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
91
0


New and Returning Customers in Excel
In this blog let's take a look at how to compute New and Returning Customers with Excel's Dynamic Array Functions and Power Query.
Antriksh Sharma
Apr 282 min read
35
0


Implementing Fill Up and Fill Down in DAX
In this blog let's take a look at how you can Fill blank cells with values before or after them also know as Fill Up or Fill Down in various tools.
Antriksh Sharma
Apr 113 min read
845
0


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
203
0


Fixing Lineage issue when JOIN-ing tables in DAX
DAX has 2 functions that allow you to JOIN tables and columns i.e. NATURALINNERJOIN & NATURALLEFTOUTERJOIN, although there is no...
Antriksh Sharma
Nov 21, 20242 min read
192
0


Why DAX is returning 100%
In this blog let's take a look at why your DAX calculations are returning 100% instead of a fraction of the grand total. In DAX you can...
Antriksh Sharma
Oct 19, 20243 min read
296
0


Understanding how Time Intelligence functions are evaluated in Row Context
I have been thinking about this for a while, a series of blogs where I try to explain how a particular piece of DAX code works. For this...
Antriksh Sharma
May 16, 20248 min read
1,076
3


Change storage mode of a Table in Power BI
As the title says how do you really do it? Because you can go from DirectQuery <> Dual > Import but you can't go from Import to Dual or...
Antriksh Sharma
Apr 30, 20242 min read
584
0


Using DETAILROWS with WINDOW functions in DAX
DAX doesn't have the concept of global variables so reusing a piece of code by referencing it somewhere else isn't possible, luckily the...
Antriksh Sharma
Apr 13, 20244 min read
1,823
1
bottom of page