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


Sneak Peak of a code inside a DAX Measure
Wouldn’t it be awesome if we could sneak peak the code of a measure A when we are writing a different measure B and calling measure A...

Antriksh Sharma
Apr 7, 20211 min read
91
0


DAX | CALCULATE | March’ 2021 Update
Effective March update of Power BI you can specify different columns in the single filter argument of CALCULATE without writing the...

Antriksh Sharma
Mar 21, 20211 min read
107
0


Power BI: Visualizing Filter context
If there is one thing every DAX developer has ever dreamt about is to be able to view the filter context inside Power BI to debug DAX...

Antriksh Sharma
Mar 1, 20211 min read
233
0


Thinking Behind Use of KEEPFILTERS in DAX
In this blog let’s understand why you should use KEEPFITLERS more often. Below is the snapshot of the data model ( Contoso Retail Data...

Antriksh Sharma
Feb 23, 20212 min read
665
0


DAX Studio: Building Queries Manually (Using UI)
Since June 2020 a new feature has been introduced in DAX Studio https://daxstudio.org/ that allows you to design queries using the UI,...

Antriksh Sharma
Feb 10, 20212 min read
155
0


Power BI DAX: Context Transition - Behind the scenes
Context transition — one of the most complex topics to understand and master but have you ever wondered, what actually happens behind the...

Antriksh Sharma
Jan 20, 20215 min read
491
0


Running Totals exclude days from the calculation
Creating a Running Total is pretty simple in DAX, you just take a measure, wrap it inside CALCULATE and then with the help of DATESYTD...

Antriksh Sharma
Nov 22, 20208 min read
1,162
0
bottom of page