top of page
Power BI | Excel | Python | SQL
Search
Antriksh Sharma
Mar 21, 20211 min read
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...
1050
Antriksh Sharma
Mar 1, 20211 min read
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...
2200
Antriksh Sharma
Feb 23, 20212 min read
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...
6470
Antriksh Sharma
Jan 20, 20215 min read
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...
4820
Antriksh Sharma
Nov 22, 20208 min read
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...
1,1370
bottom of page