Forum Discussion
How to generate the cumulative data?
Hi,
Here is my demo pbix file https://1drv.ms/u/s!AsM9bO8zGUN6qzaYABNrdAG8YQmr?e=yS7jfc
I use the measure to get the cumulative data,
2 Replies
- RobbeVLImpactful Individual
Hi there,
I remodeled your data a little and created the following.
(the measure can easily be created by choosing "quick measure --> Running total")
I hope this is what you were looking for.https://drive.google.com/file/d/1TECTtfouNNqABOazm4tD-0NAOWbxxYO9/view?usp=sharing
Robbe
- hemingtHelper V
Thank you very much RobbeVL
Your solution introduced another problem, I could not link the data of the Chart with the below table.
What I want is, when I click the data of the line chart, the table only show the relative records.
Such as I click the Actual_End_Week of Week 1930, only the Actual_End_Week of Week 1930 should be listed in the table.