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


Performance penalty of Measures in Filters Pane in Power BI
In this blog let's take a look at the performance of a report when you use a Measure in the Filter Pane. Let's say you have a data model...

Antriksh Sharma
Jul 8, 20223 min read
1,183
2


How to create Running Total in Power BI: The Basics
In this tutorial lets see how easy it is to create a running total in DAX either in SSAS, Power Pivot or Power BI. Running total is a...

Antriksh Sharma
Jul 12, 20214 min read
8,353
0


How to create Running Total on Non-Numeric Fields in Power BI using DAX
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, 20213 min read
2,178
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,161
0
bottom of page