top of page
Power BI | Excel | Python | SQL
Search


CROSS JOIN 2 or more columns in Power Query
In this blog let's take a look at how to create cartesian product of 2 or more columns/lists in PowerQuery with UI, List Functions and Recursion when number of columns aren't fixed.

Antriksh Sharma
May 126 min read
Â
Â
Â


Split delimeted text to multiple rows in Power Query
In this blog let's take a look at how to split multiple columns with concatenated strings into rows in PowerQuery, we will write M code...

Antriksh Sharma
Apr 53 min read
Â
Â
Â


Create a Date table in Power Query with M code
Having a complete date table in your SSAS model is extremely important, a complete Date table helps in ensuring that the time...

Antriksh Sharma
Oct 6, 20212 min read
Â
Â
Â


How To Load Data In Power BI With Stored Procedure and Parameters
In this blog let's see how we can combine Stored Procedure and Parameters to load data into PBI. First we need to create a very basic...

Antriksh Sharma
Sep 3, 20211 min read
Â
Â
Â


Dynamically Remove Null Columns in Power Query with M code
I was recently working with a dataset and found that there were a lot of columns that were completely null, now going 1 by 1 through each...

Antriksh Sharma
Jul 1, 20212 min read
Â
Â
Â


Dynamically change column names in Power Query using predefined values
In Power Query if you want to change names of columns you can easily do so by going through each column one by one and then renaming...

Antriksh Sharma
Jun 17, 20211 min read
Â
Â
Â


Clean a string using M in Power Query
In this blog I am going to show you how you can remove unwanted characters all at once from an improper text string like the following...

Antriksh Sharma
May 3, 20211 min read
Â
Â
Â
bottom of page