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


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
Â
Â
Â


Running Total on Non-Numeric Fields in Power BI
Creating running totals on a numeric or date field is pretty easy because you always have something that you can use to compare against...

Antriksh Sharma
Apr 9, 20214 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...

Antriksh Sharma
Nov 22, 20208 min read
Â
Â
Â
bottom of page