Forum Discussion
Help with a Matrix
- 2 years ago
Great! For the cumulative total to reset, you can use the TOTALYTD() DAX function. Here's a link to the updated .pbix with both the cumulative and ytd measures. I have updated the data model to include a proper date dimension.
I am more than pleased, this got me 95% there! My next question; how do I get that FY24 Cumulative Total to only pull up through FY25 current month rather than full year?
Great! For the cumulative total to reset, you can use the TOTALYTD() DAX function. Here's a link to the updated .pbix with both the cumulative and ytd measures. I have updated the data model to include a proper date dimension.
- JLCote8282 years agoFrequent Visitor
Thanks for this! I think it works & gives me what I need. I can't confirm as it has identified an issue in my source data. Once I get that corrected, I believe this will give me exactly what I'm looking for. SO much appreciated, thank you!!!