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.
Friends, Can u help me to write the dax code for running total matrix.See my requirement
Solved! Go to Solution.
pls try this
Measure = calculate(COUNTROWS('Table'),FILTER(all('Table'),'Table'[Date]<=max('Table'[Date])&&'Table'[Status]=max('Table'[Status])))
Proud to be a Super User!
pls try this
Measure = calculate(COUNTROWS('Table'),FILTER(all('Table'),'Table'[Date]<=max('Table'[Date])&&'Table'[Status]=max('Table'[Status])))
Proud to be a Super User!
you are welcome
Proud to be a Super User!
@ryan_mayu , How we can implement this running total is no data available on a particular month
for eg Jan 5 feb no data available and march 5, so running total of march will be 10
I tried some ways , but all failed. I am also interested in this topic. So I rasied a similar post for searching the solutions.
https://community.powerbi.com/t5/Desktop/Running-total/m-p/2022833#M759984
Two experts provided the solutions.
Thanks for asking the further question and I also learned a lot.
Proud to be a Super User!
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |