Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi All,
I am trying to write a measure to calcuate cumulative totals by date and category. I'm not sure what I am missing. the top graphic shows visualization for Amount Total which behaves correctly. However when I try to show cumulative totals by subcategory its not correct. Thanks for any tips on the measure thanks.
Amount Total =
Hi @bo_wang5 ,
You are using [Close Date] in your formula, you will need to put it into Rows field.
If it doesn't work, please share some sample data so that we could test the formulas.
Best Regards,
Jay
Hi @bo_wang5
Can you try use something like:
Measure = CALCULATE ( [Amount Total] , DATESYTD ( 'Date'[Date] )
Given that the Business Units and the Months are already categorised in the Matrix Table, you shouldn't have any issues using the above measure (unless you don't have a Date table?).
If you don't have a Date table, you can use the following:
Measure = TOTALYTD ( [Amount Total] , 'Sales Data'[Close Date] )
Hope this helps 🙂
Theo
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
User | Count |
---|---|
140 | |
70 | |
69 | |
52 | |
52 |
User | Count |
---|---|
209 | |
92 | |
64 | |
60 | |
57 |