Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |