How To Clean Data Using Power Query

Power Query To Clean Data in Power BI and Excel

Data cleaning is one of the most critical steps in any data analysis process. Without clean, structured, and reliable data, insights drawn from analysis can be inaccurate or misleading.

In Power BI, Power Query serves as a powerful tool that allows users to connect, transform, and clean data efficiently, ensuring that it’s ready for reporting and analysis.

Whether you’re working with messy datasets from multiple sources, dealing with missing values, or eliminating duplicates, Power Query provides a simple, yet robust interface to clean data with minimal coding.Power Query To Clean Data in Power BI and Excel

In this guide, we’ll walk through a 10-step process to clean data using Power Query, providing clear and actionable instructions to ensure your data is refined and ready for analysis.

10-Step Process to Clean Data Using Power Query in Power BI

  1. Load Data into Power Query
  2. Remove Unnecessary Columns
  3. Rename Columns
  4. Filter Out Unwanted Rows
  5. Handle Missing Values
  6. Change Data Types
  7. Remove Duplicates
  8. Trim and Clean Data
  9. Split and Merge Columns
  10. Apply and Load Data to Power BI

Step-by-Step Process & Details on How to Use Power Query in Excel / Power BI

1. Load Data into Power Query

The first step is importing your data into Power Query. This could be from an Excel file, SQL database, or other data sources.

  • How to do it: In Power BI, click on Home > Get Data. Choose your data source and load the data into Power BI. Then click Transform Data to open Power Query Editor.
  • Purpose: This step allows you to connect Power BI to your data source, bringing raw data into the environment for cleaning and transformation.

2. Remove Unnecessary Columns

Not all columns in your dataset are needed for analysis. Removing irrelevant columns helps streamline the dataset and improve performance.

  • How to do it: Select the columns you don’t need, right-click, and choose Remove Columns.
  • Purpose: This reduces the size of your dataset, making it easier to work with and removing noise that could affect analysis.

3. Rename Columns

Renaming columns improves readability and makes your dataset more understandable, especially when working with multiple datasets or sharing reports with others.

  • How to do it: Right-click the column header and choose Rename. Alternatively, double-click the column name to rename it.
  • Purpose: Clean, descriptive column names make it easier to recognize and use data fields in future transformations and analysis.

4. Filter Out Unwanted Rows

Filtering data ensures that only the relevant rows are kept for analysis. This is particularly useful when you have data entries like errors or outliers that can skew your results.

  • How to do it: Click the dropdown arrow in the column header and apply filters based on conditions (e.g., removing rows with zero values, errors, or irrelevant categories).
  • Purpose: Filtering reduces dataset size and removes irrelevant data, focusing on what’s important for your analysis.

5. Handle Missing Values

Data often has missing values, which can create issues in analysis. You can either remove rows with missing data or fill in values where appropriate.Use Power Query to Clean Data in Power BI. Join Hands on Training at Intellisoft Singapore

  • How to do it: Right-click the column and select Replace Values to fill missing data, or use Remove Rows > Remove Blank Rows to eliminate incomplete records.
  • Purpose: This ensures your dataset is complete or that missing data is handled in a way that doesn’t negatively impact your analysis.

6. Change Data Types

Correctly assigning data types (e.g., text, number, date) is crucial to ensure that Power BI interprets your data correctly.

  • How to do it: Select the column, then go to the ribbon, click on the Data Type dropdown, and choose the appropriate type (e.g., Decimal Number, Date, Text).
  • Purpose: This avoids issues like date misinterpretation or incorrect calculations due to mismatched data types, ensuring smooth analysis.

7. Remove Duplicates

Duplicated data entries can skew your analysis by inflating totals or introducing inaccuracies. It’s important to identify and remove any duplicates.

  • How to do it: Right-click the column where duplicates might exist, then select Remove Duplicates.
  • Purpose: Removing duplicates ensures that each data entry is unique, resulting in accurate and reliable reports.

8. Trim and Clean Data

Text data often comes with leading or trailing spaces or non-printable characters. Cleaning this data ensures consistency.

  • How to do it: Use Transform > Format > Trim to remove unnecessary spaces, and Clean to remove non-printable characters.
  • Purpose: Trimming and cleaning text data ensures consistency and prevents potential errors when joining datasets or conducting analyses based on string matching.

9. Split and Merge Columns

Sometimes, data is combined into one column and needs to be split (e.g., first and last names, date and time). Conversely, you may want to merge multiple columns into one (e.g., creating a full address from separate fields).

  • How to do it:
    • For splitting: Select the column, go to Transform > Split Column by delimiter (e.g., space, comma).
    • For merging: Select multiple columns, right-click, and choose Merge Columns.
  • Purpose: Splitting and merging columns helps you organize your dataset in a way that aligns with your analytical goals.

10. Apply and Load Data to Power BI

After completing the data cleaning, the final step is to apply your transformations and load the data back into Power BI.

  • How to do it: Click Home > Close & Load. This will apply all transformations and load the clean data into Power BI for analysis.
  • Purpose: This finalizes the cleaning process and makes your data ready for visualization, reporting, or further analysis in Power BI.

Conclusion

Cleaning data with Power Query is a vital part of any data analysis process in Power BI. These 10 steps will help ensure that your data is clean, reliable, and ready for actionable insights. By following this structured approach, you’ll minimize errors, streamline analysis, and set the foundation for building accurate and meaningful reports.

 

Top 5 Automations With Excel VBA Macros

Amazing Ways to Combine Data from Multiple Workbooks with VBA in Excel course at Intellisoft Systems

Are you looking to streamline your daily tasks and enhance your productivity?

VBA (Visual Basic for Applications) is a powerful tool that can help automate repetitive tasks in Microsoft Office applications, saving you time and reducing errors.

Top 5 most common VBA automations, with detailed use cases and why VBA is the perfect tool for each scenario:


1. Automated Report Generation

Make Automatic Invoice in Excel With VBA Course

Use Case: Regularly generating complex reports in Excel can be time-consuming and prone to manual errors. With VBA, you can automate the entire process—from data collection and analysis to formatting and presentation—ensuring consistency and accuracy.

Why VBA: VBA allows you to automate repetitive tasks, such as pulling data from multiple sources, applying filters, creating pivot tables, and formatting reports. It can handle large datasets with ease and is fully customizable to meet specific business needs.


2. Report Consolidation and Summary Creation

Combine multiple data files into a single master file with Excel VBA at Intellisoft Singapore

Use Case: Imagine having multiple regional or monthly data sheets within the same workbook. Manually consolidating this data into a single summary sheet can be tedious and error-prone. VBA can automate this process by compiling data from each sheet into a consolidated summary, ensuring accuracy and efficiency.

Why VBA: VBA can loop through each sheet, extract the necessary data, and compile it into a master summary sheet. It can also work in reverse—separating data from a summary sheet into individual monthly or regional sheets. This bidirectional capability makes VBA an essential tool for handling complex data consolidation tasks.

We teach how to combine data from multiple files into a single Excel workbook in our VBA Macro programming workshops in Singapore.


3. Data Cleaning and TransformationData Cleanup and transformation with Excel VBA Macro Programming. Learn Step by Step at Intellisoft in Singapore

Use Case: Cleaning and preparing data for analysis is often a tedious task, especially when dealing with large datasets. VBA can automate the process of removing duplicates, correcting data inconsistencies, and transforming data into a usable format.

Why VBA: VBA offers powerful string manipulation functions and loops, making it easy to automate complex data cleaning tasks. It can interact with multiple worksheets and workbooks, ensuring that your data is accurate and ready for analysis.


4. Email Automation in Outlook

Automatically send custom emails from Excel with VBA

Use Case: Sending out mass emails or personalized notifications manually can be labor-intensive. VBA can automate email generation and sending directly from Outlook, including personalized content based on data from Excel.

Why VBA: VBA seamlessly integrates with Outlook, allowing you to automate email processes such as sending bulk emails, scheduling sends, and attaching files dynamically. It ensures timely and consistent communication without manual intervention.


5. Task Automation in Word

Generate a Word Invoice in Excel with VBA coding.

Use Case: If your work involves creating standardized documents such as contracts, invoices, or letters, VBA can automate document generation, reducing the time spent on repetitive formatting and data entry.

Why VBA: With VBA, you can create templates that automatically populate fields with data from Excel or other sources. This ensures that your documents are uniform, accurate, and generated quickly, minimizing manual errors.


Why Choose VBA?VBA Course in Singapore at Intellisoft with WSQ SkillsFuture SFEC UTAP Grants

VBA is an ideal choice for automation because it is:

  • Integrated: Works seamlessly with Microsoft Office applications, ensuring compatibility and ease of use.
  • Customizable: Can be tailored to meet specific business needs, regardless of complexity.
  • Efficient: Automates repetitive tasks, freeing up time for more strategic work.
  • Accessible: Requires no additional software, as it is built into Microsoft Office.

Learn to Automate with VBA – Join Our VBA Macro Programming Class!

We cover all these automation techniques and more in our VBA Macro Programming class. This hands-on course is designed to teach you how to harness the power of VBA to streamline your workflow. The course is WSQ funded, and companies can tap into SFEC grants. Individuals can also use SkillsFuture Credits and UTAP grants.

Register Now or Request a Brochure to learn more!

Unlock the full potential of Microsoft Office with VBA and take your productivity to the next level.

 

How To Calculate CPF Contribution With Excel [2024 Update]

How To Calculate CPF Contribution Using Microsoft Excel - Free Template in Excel

UPDATED FOR CPF CONTRIBUTION RATE CHANGES FROM THE YEAR 2024

How To Calculate CPF Contribution Using Microsoft Excel - Free Template in Excel
How To Calculate CPF Contribution Using Microsoft Excel – Free Template in Excel

Learn how to Calculate CPF contribution for Employees and Employers in Singapore by using Microsoft Excel. This covers Singapore Citizens and Singapore Permanent Residents SPRs.

If you want to join our Excel course in Singapore & improve your skills, we have multiple courses – Basic Excel for Analytics, Advanced Excel Courses in Singapore & VBA Macro Programming Courses.

Singapore CPF Rules
In Singapore, all salaried employees need to contribute 5-20% of their salary, depending on age to their Central Provident Fund or CPF. The employer contributes 7.5% to 17% of the salary to the CPF Fund, depending on the age of the worker.

The CPF contribution calculator for employers and employees can be done using Microsoft Excel.

CPF contribution calculator Excel File is available for download below.

Employee’s age
(years)
CPF Contribution Rates changes from 1 Jan 2022
(monthly wages > $750) Based on CPF Board
Total
(% of wage)
By employer
(% of wage)
By employee
(% of wage)
55 & below 37 17 20
Above 55 to 60 28 14 14
Above 60 to 65 18.5 10 8.5
Above 65 to 70 14 8 6
Above 70 12.5 7.5 5
Excel for HR Professionals
Excel for HR Professionals

So payroll executives from Finance or HR professionals need to calculate the correct amount for the contribution to CPF, and provide the net salary to the employees who are Singapore Citizens or Singapore Permanent Residents (SPR). The employer also needs to know their total payroll expenses so as to know their Payroll Liability each month.

Calculating CPF Rates for Employees & Employers in Singapore
I have created a simple Excel spreadsheet to calculate the CPF Rates and Amounts in Singapore in this matter. If you wish to use this you can fill in your own Singapore Citizen & PR employee’s details, their age & basic pay, and the following is automatically calculated:

Learn Microsoft Excel 2019
Learn Advanced Excel 2019 @Intellisoft
  • Employee’s contribution,
  • The employer contribution,
  • Total CPF contributions,
  • Total payable to CPF,
  • Net salary to the employee
  • Gross Salary expense of the employer

The spreadsheet uses simple formulas that are already pre-programmed. So you can just begin to use this spreadsheet for your company.  It has been tested for CPF Contribution Rates in 2022 and beyond, and everything will work smoothly.

Increase in CPF contribution rates from 1 January 2022

  • The CPF contribution rates for employees aged above 55 to 70 have been increased.
  • The increase in the CPF contribution rates will be fully allocated to the employees’ Special Accounts to provide a bigger boost to their retirement income.
  • For those earning monthly wages of more than $500 to $750, the employee contribution rates will continue to be phased in.
  • There are no changes to the graduated contribution rates for first and second year Singapore Permanent Residents (SPRs). 

If you need any enhancements in calculating employee CPF & contributions payable for Payroll expenses for companies in Singapore or have any comments, do let us know. You can leave a comment below this post.

And of course, if you wish to learn how to create such excel spreadsheets, and use simple Microsoft Excel formulas and functions, you can also attend our Microsoft Excel Training classes in Singapore.

Advanced Excel 2019 Course (2 Days) – with SDF Funding

Basic / Intermediate Excel 2019 Training (2 Days) – With SDF Funding

Advanced Excel for HR Professionals (2 Day Classroom Training)

Hope you like this CPF Calculator Singapore Excel Template for calculating the CPF in Singapore. If you like it, I would appreciate it if you Like Us on Facebook, and leave a comment below!

Cheers,
Vinai Prakash, MBA, PMP, ITIL, GAP, Six Sigma
Master Trainer, Intellisoft Systems

Vinai teaches Advanced Excel Techniques, Dashboard Techniques using Excel, Data Interpretation and Analysis Training courses at Intellisoft. He has trained over 25,000 students in over 28 countries and regularly conducts Excel Workshops in Singapore, Malaysia, Indonesia, Australia, India, Dubai, Egypt, Zimbabwe, South Africa etc.

Contact Intellisoft to book a Certified Microsoft Excel Trainer for your Training needs.

DOWNLOAD EXCEL CPF CALCULATOR

Sparklines in Microsoft Excel to Visualize Data Quickly

Sparklines in Microsoft Excel Traiing

In Microsoft Excel, some of the new features introduced in the past 15 years are amazing for every day use. Spark lines and Slicers are some of these amazing gems of Excel.

These improvements to PivotTables and other existing features, can help us to discover patterns or trends in the data. To get started with the features of Excel, first we will look at the details of the  Sparkline and slicers features of Excel.

What are Spark lines in Excel, and How to Use Them

Sparkline in Excel
Sparkline in Excel

Sparklines are tiny charts that is used to fit in a cell to visually summarize trends beside the data. 

Sparklines are an extremely useful and user friendly feature in Microsoft Excel that allow you to create small, visual representations of data trends within individual cells.

These tiny charts provide a compact way to display trends, variations, and patterns in your data without taking up a lot of space. Sparklines are particularly useful when you want to quickly analyze data at a glance or within a confined area, such as a cell or a small column.

There are three main types of sparklines in Excel:

  1. Line Sparklines: Line sparklines show trends over a period of time. They are typically used to display data points in a line chart format, helping you visualize trends, fluctuations, and patterns over time.
  2. Column Sparklines: Column sparklines are used to compare values among different data points. They can help you identify variations and relative sizes of data within a specific context.
  3. Win/Loss Sparklines: Win/loss sparklines are used to represent binary data, often indicating “win” or “loss” scenarios. These are typically shown using icons or symbols to denote positive or negative outcomes.

Since sparklines show trends occupies less space, they are exclusively useful for dashboards and other places where we need to show a glimpse of the business in an simple practical visual format.

In the image to the left, the sparklines that appear in the Trend column lets us have a quick look of the performance of each department in the month of May.

If you want to join our Excel course in Singapore & improve your skills, we have multiple courses – Basic Excel for Analytics, Advanced Excel Courses in Singapore & VBA Macro Programming Courses.

Key features and benefits of Spark Lines in Excel include:

  • Compact Representation: Sparklines are designed to fit within individual cells, making them an efficient way to provide data insights in a constrained space.
  • Visual Analysis: By using simple visual cues, sparklines allow you to quickly identify trends and patterns, even without delving into detailed data analysis.
  • Easy to Create: Creating sparklines in Excel is straightforward. You can insert sparklines through the “Sparkline Tools” tab on the Excel ribbon after selecting the data range you want to visualize.
  • Dynamic Updates: Sparklines are dynamic, meaning they update automatically when you change the data or adjust the range they’re based on.
  • Conditional Formatting: You can apply conditional formatting to sparklines, enhancing their visual impact. For example, you can color-code sparklines based on specific conditions, making trends more apparent.
  • Compatibility: Sparklines are available in most modern versions of Excel, including Excel 2010 and later.

To Create Spark lines in Excel:

  1. Select the cell where you want the sparkline to appear.
  2. Go to the “Insert” tab on the Excel ribbon.
  3. In the “Sparklines” group, choose the type of sparkline you want (Line, Column, or Win/Loss).
  4. Select the data range you want to visualize.
  5. Click “OK,” and the sparkline will be generated within the selected cell.

Remember that while sparklines provide a quick and visual overview of data trends, they might not replace the depth of analysis that larger charts or graphs can offer. Use sparklines in scenarios where space is limited and you need to provide a concise snapshot of data trends.

When and where is the best use of Excel sparklines

Excel sparklines are best used in situations where you need to provide a quick and concise visual representation of data trends within a limited space.
They are particularly effective when you want to highlight trends, variations, and patterns in your data without the need for extensive data analysis. Here are some scenarios where Excel sparklines can be most beneficial:
  1. Dashboards and Reports: Sparklines are ideal for creating dashboards and reports that require a compact presentation of key performance indicators (KPIs) and trends. You can include multiple sparklines in a small area to provide an overview of various metrics.
  2. Tables and Data Lists: When working with data tables or lists, you can add sparklines next to numeric data to provide context and visual insight into how values are changing over time or between categories.
  3. Financial Data: Use sparklines to visualize changes in financial data, such as stock prices, revenue, expenses, or budget allocations. Line sparklines can help show trends over time, while column sparklines can highlight variations between categories.
  4. Project Management: Incorporate sparklines in project management to illustrate task completion, project progress, or resource allocation. For instance, you can display task completion rates using win/loss sparklines.
  5. Sales and Marketing: Use sparklines to represent sales figures, conversion rates, or website traffic data. These visualizations can help sales and marketing teams quickly assess performance.
  6. Comparative Analysis: When comparing data sets or categories, column sparklines can show relative values and trends, making it easy to identify patterns and outliers.
  7. Scorecards: In performance scorecards or performance reviews, sparklines can visually summarize an individual’s progress or achievement over time.
  8. Educational Purposes: Sparklines can be used in educational materials to help students understand data trends and patterns, making learning about data analysis more engaging.
  9. Emails and Presentations: Incorporate sparklines in emails or presentations to provide a quick visual representation of data trends without overwhelming the audience with extensive charts.
  10. Data Visualization in Cells: In spreadsheets where you need to keep the data and visualizations together, sparklines offer a convenient way to incorporate visual insights directly into the data cells.

While sparklines are excellent for providing quick insights, they might not replace the need for more detailed charts and graphs in situations where deeper analysis is required.

Additionally, when using sparklines, it’s essential to ensure that the data you’re visualizing is appropriate for the type of sparkline you’re using (line, column, or win/loss) to ensure accurate representation.

What are Slicers in Microsoft Excel

Excel Slicers Sample
Excel Slicers Sample

Slicers are visual controls. They let us quickly refine data in a PivotTable in an interactive, automatic manner. If we insert a slicer, we can use buttons to quickly segment and refine the data to display appropriate results.

Not only that, when we apply more than one filter to the PivotTable, we no longer have to open a list to see which filters are enforced to the data. Rather, it is displayed on the screen in the slicer.

We can make slicers relate to the workbook formatting and easily reuse them in other PivotTables & PivotCharts.

Slicers provide an intuitive and user-friendly way to filter and analyze data without the need to access complex filter menus or dialogs.

Slicers create buttons or visual elements that you can click or select to filter data, making data analysis more dynamic and accessible.

When you insert a slicer into an Excel workbook, it creates a dashboard-like interface where users can easily filter data by clicking on specific elements. Slicers are especially useful for large datasets and complex reports where traditional filtering methods might be cumbersome.

When to Use Slicers in Excel:

  1. Pivot Tables and Pivot Charts: Slicers are primarily designed to work with pivot tables and pivot charts. They enhance the usability of these tools by providing a simple way to filter and slice data dynamically.
  2. Large Datasets: When dealing with large datasets, using traditional filter dropdowns can be overwhelming. Slicers offer a more user-friendly experience by visually representing filtering options.
  3. Interactive Dashboards: If you’re creating interactive dashboards or reports, slicers can be a great addition. Users can quickly filter data to focus on specific aspects of the report.
  4. Data Exploration: When you want to explore data trends and patterns quickly, slicers allow you to filter data on the fly without the need to constantly modify filter settings.
  5. Collaborative Work: Slicers are particularly useful in collaborative environments where multiple users need to analyze data. They provide a consistent and easy-to-understand filtering interface.
  6. Sales and Marketing Analysis: Slicers are beneficial for sales and marketing reports where you want to analyze data by different criteria such as time periods, regions, products, or customer segments.
  7. Comparative Analysis: Slicers can be used to compare data across different categories, allowing you to instantly switch between various data subsets for comparison.
  8. Data Visualization: When creating presentations or reports for non-Excel users, slicers provide a more intuitive way to interact with and explore data.

How to Use Slicers in Excel:

  1. Create a Pivot Table or Pivot Chart: Before adding slicers, you need to create a pivot table or pivot chart based on your data.
  2. Insert Slicer: Go to the “PivotTable Analyze” or “Analyzing” tab on the Excel ribbon, then click on the “Insert Slicer” button. Choose the fields you want to use as slicers.
  3. Arrange Slicers: Once inserted, arrange the slicers on your worksheet as needed. You can resize them, move them around, and align them to create an organized layout.
  4. Filter Data: When you interact with a slicer by clicking on an element (e.g., selecting a specific category or time period), the associated pivot table or pivot chart will instantly update to show the filtered data.
  5. Multiple Slicers: You can insert multiple slicers based on different fields to provide more comprehensive filtering options.

Remember that while slicers are a fantastic tool for interactivity and data analysis, they are best suited for scenarios involving pivot tables and pivot charts. For traditional data tables, you might want to stick with standard filtering options.

excel trainingIf you would like to learn more about these new features of Microsoft Excel, or would like to attend the Advanced Microsoft Excel Training, do contact us at Intellisoft Systems.

If you have any further questions or want to join a training on how to use Sparklines, contact Intellisoft for Corporate Training on Excel or call at +65 6250-3575.

Trainer: We have certified trainers who excel in imparting their knowledge and are very patient. Master Trainer Vinai teaches Advanced Excel Techniques, Dashboard Techniques using Excel,  Advanced Data Analytics & Data Visualization Training courses at Intellisoft.

Vinai has trained over 15,000 students in over 18 countries, and regularly conducts Excel Workshops in Singapore, Malaysia, Indonesia, Australia, India, Dubai, Egypt, Zimbabwe, South Africa etc.

Conditional Formatting in Microsoft Excel For Better Data Visualization

Conditional Formatting in Excel using Color Scales for Data Visualization Training

Improved conditional formatting in Excel For Better Data Visualization

Conditional Formatting in Excel - Sample ScreenshotConditional formatting makes it easy to emphasize important cells or ranges of cells, highlight unusual values, and visualize data by using data bars, color scales, and icon sets. In each newer version of Excel, it includes further more formatting flexibility.

Conditional formatting in Excel is a powerful feature that allows you to automatically apply formatting to cells based on specific conditions.

It’s a fantastic tool for visualizing data trends, highlighting important information, and making your spreadsheets more informative and user-friendly.

If you want to join our Excel course in Singapore & improve your skills, we have multiple courses – Basic Excel for Analytics, Advanced Excel Courses in Singapore & VBA Macro Programming Courses.

Here are some of the best ways to use conditional formatting, along with concrete examples:

Color Scales in Excel Conditional Formatting

  1. Color Scale for Data Ranges:
    • Use a color scale to visually represent the distribution of data values within a range.
    • Example: Apply a green-to-red color scale to a list of temperature readings to quickly identify hot and cold temperatures.
  2. Icon Sets for Comparisons:
    • Apply icon sets to cells to compare values and show trends using icons like arrows or traffic lights.
    • Example: Use upward and downward arrows to indicate whether sales figures have increased or decreased compared to the previous month.
  3. Data Bars for Proportional Data:
    • Use data bars to create horizontal bars within cells to represent the proportional value of each cell compared to others.
    • Example: Apply data bars to visualize the relative sizes of monthly expenses in a budget spreadsheet.
  4. Highlighting Duplicates and Unique Values:
    • Apply conditional formatting to highlight duplicate or unique values in a range of cells.
    • Example: Highlight duplicate names in a list of customers to identify potential data entry errors.
  5. Color-Coded Prioritization:
    • Use conditional formatting to color-code cells based on priority levels, making it easy to identify important tasks or items.
    • Example: Color-code tasks in a to-do list as high, medium, or low priority.
  6. Custom Formulas for Complex Conditions:
    • Create custom formulas for more complex conditions that aren’t covered by built-in formatting rules.
    • Example: Apply conditional formatting to highlight cells with values greater than the average of a range.
  7. Highlighting Dates:
    • Apply conditional formatting to highlight dates that fall within a certain range, such as upcoming deadlines or overdue dates.
    • Example: Use red formatting to highlight dates that are past the current date in a project timeline.
  8. Data Validation Feedback:
    • Use conditional formatting to provide feedback on data validation rules, making it clear why certain entries are invalid.
    • Example: Apply a red border to cells that contain text longer than a specified character limit.
  9. Heat Maps for Data Analysis:
    • Create heat maps by applying conditional formatting to visualize patterns and trends in large datasets.
    • Example: Apply color scales to sales data to quickly identify regions with the highest and lowest sales figures.
  10. Formula-Based Alerts:
    • Use conditional formatting to trigger alerts or notifications based on specific formula-driven conditions.
    • Example: Apply a bold font and red text to cells where inventory levels are below a certain threshold.Icons for use in Conditional Formatting of Data in Excel

Key to effective conditional formatting is to choose formatting options that align with your goals and data presentation needs. By using conditional formatting strategically, you can make your data more visually engaging and facilitate better decision-making.

New icon sets: In Excel, we  can access to more icon sets, including triangles, stars, and boxes. We can also mix and match icons from different sets and more easily hide icons.

For example, we might choose to display icons only for high profit values and remove them for middle and lower values.

More options for data bars: Excel now comes with new formatting options for data bars. You can apply solid fills or borders to the data bar, or set the bar direction from right-to-left instead of left-to-right.

Not only that, data bars for negative values appear on the opposite side of an axis from positive values.

excel trainingIf you would like to learn more about these new features of Microsoft Excel for data analysis and data visualization or would like to attend the Microsoft Excel Training, do contact us at Intellisoft Systems.

If you have any further questions then contact us through email training@intellisoft.com.sg or call at +65 6250-3575!!!

The Best Trainer for Advanced Data Analytics With Excel in Singapore

Mr. Vinai, Prakash the founder of Intellisoft Systems teaches Advanced Excel Techniques, Dashboard Techniques using Excel, Data Interpretation and Analysis Training courses at Intellisoft.

He has trained over 15,000 students in over 18 countries, and regularly conducts Excel Workshops in Singapore, Malaysia, Indonesia, Australia, India, Dubai, Egypt, Zimbabwe, South Africa etc.

Pivot Tables in Microsoft Excel For Fast Data Analysis

Excel Pivot Table Training Singapore

Excel Pivot Tables help us to discover patterns or trends in the data.

Here is a quick tutorial on Pivot Tables in Excel which highlights the new features added in Microsoft Office 365, Office 2019, and Microsoft Office 2016 or earlier versions of Excel.

Earlier we had a look at the Sparklines and Slicers features of Excel so now we will look at the improved pivot table feature of excel.

Excel Pivot Table Training Singapore

Learn Improved Pivot Tables in Excel

PivotTables are now easier to use and more responsive. Key improvements include:

Excel Pivot Table Training
Lesser-Known Features of Microsoft Excel
  • Performance enhancements: In Excel, Multi-threading helps advanced  sorting, data retrieval and filtering in Pivot Tables.
  • Write-back support: In Excel, we can update values in the OLAP PivotTable Values area and then transferred to the Analysis Services cube on the OLAP server. We can use the write-back feature in what-if mode and then roll back the changes when we no longer need them, or we can save the changes. We can use the write-back feature with any OLAP provider that supports the UPDATE CUBE statement.
  • Enhanced filtering: We can use slicers to quickly het the required data in a PivotTable and see which filters are applied without having to open additional menus. In addition, the filter interface includes a handy search box that can help us to find what we need among potentially thousands (or even millions) of items in the PivotTables.
  • Pivot Table labels: We can add labels in a Pivot Table and also replicate them in the Pivot Tables. This will help us to display item captions of nested fields in all rows and columns.
  • PivotChart enhancements: It has made things easy to interact with PivotChart reports. Specifically, it’s easier to get the required data directly in a PivotChart and to reorganize the layout of a PivotChart by adding and deleting fields. Similarly, we can hide all field buttons on the PivotChart report.
  • Show Values As feature: The ‘show values as’ feature includes a number of new, automatic calculations, such as % of Parent Row Total, % of Parent Column Total, % of Parent Total, % Running Total, Rank Smallest to Largest, and Rank Largest to Smallest.

How To Create a Pivot Table in Excel

  1. Drag and drop fields from your data into the “Rows,” “Columns,” “Values,” and “Filters” areas in the PivotTable Field List.
    • Rows: This area represents the rows of your pivot table, often used for categorizing data.
    • Columns: This area represents the columns of your pivot table, creating a hierarchical structure.
    • Values: This area represents the values you want to summarize or calculate, such as sums or averages.
    • Filters: This area allows you to apply filters to your data before generating the pivot table.
  2. Customize Values: You can change the way your values are summarized by clicking on the drop-down arrow next to a field in the “Values” area and selecting a summary function (e.g., Sum, Count, Average).
  3. Apply Filters: If you added fields to the “Filters” area, you can use the filter drop-downs in your pivot table to narrow down the data displayed.
  4. Format and Style: Format and style your pivot table to make it visually appealing and easier to understand. You can use Excel’s formatting tools to adjust fonts, colors, and cell borders.
  5. Refresh Data: If your original data changes, you can refresh the pivot table to update it with the new data. Right-click on the pivot table and choose “Refresh.”
  6. Explore and Analyze: Use your pivot table to explore and analyze your data. You can easily rearrange fields, add or remove them, and experiment with different layouts.

Creating a pivot table might seem a bit complex at first, but once you become familiar with the process, you’ll find it to be a powerful tool for data analysis and reporting in Excel.

Excel Training SingaporeIf you would like to learn more about these new features of Microsoft Excel, or would like to attend the Microsoft Excel Training, do contact us at Intellisoft Systems.

If you have any further questions then contact us through email training@intellisoft.com.sg Systems or call at +65 6250-3575!!!

Your Pivot Table Trainer is Vinai Prakash.

Vinai teaches Advanced Excel Techniques, Dashboard Techniques using Excel, Data Interpretation and Analysis Training courses at Intellisoft.

He has trained over 15,000 students in over 18 countries, and regularly conducts Excel Workshops in Singapore, Malaysia, Indonesia, Australia, India, Dubai, Egypt, Zimbabwe, South Africa etc.

Why Use Pivot Tables in Excel:

Pivot tables are a powerful tool in Excel that offer a range of benefits for data analysis, summarization, and reporting. Here are some examples of why you should use pivot tables and the key advantages they provide:

1. Data Summarization: Pivot tables allow you to quickly summarize and aggregate large datasets. They can help you calculate sums, averages, counts, percentages, and more, without requiring complex formulas.

Example: Summarizing sales data to calculate total revenue, average sales per region, or the number of units sold by product category.

2. Data Analysis: Pivot tables enable you to analyze data from multiple perspectives by arranging fields dynamically. This flexibility allows you to uncover patterns, trends, and insights within your data.

Example: Analyzing website traffic data to determine which pages are most visited, identify traffic sources, and compare user engagement across different time periods.

3. Quick Report Generation: Pivot tables provide a rapid way to generate comprehensive reports from your data. You can customize the layout, apply filters, and instantly update the report as your data changes.

Example: Creating monthly financial reports with detailed breakdowns of expenses, revenues, and profits across various departments or projects.

4. Interactive Dashboards: Pivot tables can be part of interactive dashboards. When combined with slicers and pivot charts, they allow users to dynamically explore data and instantly visualize trends.

Example: Building a sales dashboard where users can filter data by product, region, or time period using slicers and see the results in pivot charts and tables.

5. Easy Data Restructuring: Pivot tables make it easy to reorganize data on the fly. You can quickly change the order of rows and columns to view data from different angles.

Example: Rearranging survey data to view responses based on different demographic categories like age groups, gender, or education levels.

6. Data Cleansing and Filtering: Pivot tables can help you clean and filter your data. You can easily remove duplicates, filter out irrelevant records, and focus on specific subsets of your data.

Example: Identifying and removing duplicate entries from a customer database or filtering out low-performing products from a sales dataset.

Key Advantages of Pivot Tables:

  • Efficiency: Pivot tables allow you to perform complex data analysis tasks quickly, without requiring in-depth knowledge of formulas or programming.
  • Dynamic Exploration: You can easily switch, add, or remove fields to explore data from different angles, helping you uncover hidden insights.
  • Flexibility: Pivot tables accommodate changes in data structure or values, allowing you to update your reports and analysis effortlessly.
  • Compact Presentation: Pivot tables provide summarized results in a compact and easy-to-read format, making it simpler to communicate key findings to stakeholders.
  • Interactivity: By using slicers and pivot charts in conjunction with pivot tables, you can create interactive reports and dashboards that facilitate user-driven analysis.
  • No Data Alteration: Pivot tables do not alter your source data. They create a separate view of your data for analysis purposes, ensuring data integrity.

Pivot tables in Excel are essential for transforming raw data into actionable insights. They offer a range of benefits, including efficient data summarization, interactive analysis, and quick report generation.

Whether you’re working with sales figures, survey responses, financial data, or any other type of dataset, pivot tables can help you make sense of your information and make informed decisions.

Free Tips, Tutorials & Training Grants Info

Learn from expert tips, tricks and resources for Excel, PowerPoint, Photoshop, Python, Power BI, Project Management, IT, Soft Skills & more with our Email Newsletter.
Plus get the latest news on Grants. Join Today!

Found What You Were
Looking For?

Just Tell us...

We're Here To Help You!