Joins in Power Query

Joins in Power Query

6 Joins in Power Query Joins in Power Query can help us with some of the most laborious and tedious tasks in Data Analysis. i.e. Comparing and Combining data sets. There are 6 Joins in Power Query which help us to Compare and Merge tables containing data. Those Joins are… Left Outer Right Outer Full … Read more

Reverse Text in Excel using Power Query

Reverse Text

Whenever, I had to reverse text in Excel, I used to create an user defined function using STRREVERSE function in VBA. But after when I started using Power Query, I found an alternative to the VBA method. Let’s see how to reverse text strings in Excel using Power Query. Following is the list of Names … Read more

UnPivot or Normalize Data using Pivot Table and PivotChart Wizard

Why Unpivot or Normalize Data? Data in a Report format may give you the insight of a particular aspect, but that report need not be good for further analysis or generating another report or reports. Following is a sample data in Report format. It is always easy to Filter, Sort, Slice or Dice data, when … Read more