Who is my boss’s boss? [Data Analytics Challenge – 001]

Who is my boss's boss?

Let’s try something different. I will share a data analytics challenge here. Post your solutions in the comments. Our first challenge involves Employee Data Analysis. You can score maximum of 35 points. Imagine you have employee data in this “staff” table (in Excel / Power BI / SQL / Python or whatever tool you fancy) […]

Make a Pivot from Another Pivot Table in Excel

How to make a pivot from another pivot in Excel?

Recently, a client shared data with me that is clearly a pivot table and wanted me to make another pivot from it using Excel. This is a common and annoying problem we all face when working with Excel. Today, let me share my approaches for creating a pivot from another pivot report using Excel. Option […]

How to Merge Multiple CSV Files in Excel (Step-by-Step Guide)

merge CSV files with Excel

Have a bunch of CSV files in a folder and want to merge or combine them to one big file? Follow these simple instructions to combine multiple CSV files in to one spreadssheet using Microsoft Excel (2016 or above). What you need? Method 1: Merge CSV Files using Power Query (Recommended) This is by far […]

Easily Convert JSON to Excel – Step by Step Tutorial

Convert JSON to Excel

JSON (JaveScript Object Notation) is a popular and easy format to store, share and distribute data. It is often used by websites, APIs and streaming (real-time) systems. But it is also cumbersome and hard to use for performing typical data tasks like summarizing, pivoting, filtering or visualizing. That is why you may want to convert […]

How to “auto” generate calendar tables with Power Query – The best method

Power Query - auto generate calendar tables

Calendar (or date) table is crucial for performing date intelligence calculations in Power BI.

Normally, you would find a reasonable calendar table in most data models. But occasionally I come across models where there is no calendar table.

So I present to you, the ultimate & best way to generate calendar table using Power Query.