Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, im not sure if this is possible so hope someone can give some answer on it.
I have a measure and it results in this:
However i need the running total / cummulate the amounts... in this case :
days after today 44,88,132,176, etc etc ...
I thought by using this part i should be able to cummulate all the previous numbers :
"DIM_Dates[Date] >= maxdate,
Your variable MA is fixed once calculated, so putting it inside the CALCULATE doens't get you new numbers. Try deleting that variable and replace MA with whatever your desired calculation is (e.g., SUM of a column?) in your Return.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
I tried that but also doesnt get me the result.
Maybe better to decribe the total calculations/measures:
1) I have a measure that counts the nrs of rows in a (filtered) table. (measure 1)
2) from that measure i calculate the 30days MA (measure 2)
measure2=
2) from that measure i want to have the running totals starting today, just like here https://www.sqlbi.com/articles/computing-running-totals-in-dax/ (Runningtotal)
Runningtotal=
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |