Forum Discussion
Slicer for Running Total
Hello All,
I'm working on on of the Running total Project. These are my below mesures.
3 Replies
- v-jianboli-msft
Community Support
Hi Mohan_sc ,
Based on your description, I have created a simple sample:
Here is the measure:
Measure = var _a = CALCULATE(LASTDATE('Burndowns (Append)'[Date]),ALL('Burndowns (Append)')) return IF(SELECTEDVALUE('Burndowns (Append)'[Date])>_a,BLANK(),CALCULATE(MAX('Burndowns (Append)'[A]),FILTER(ALLSELECTED('Date'[Date]),'Date'[Date]<=MAX('Date'[Date]))))Output:
Maybe I misunderstood? If this is not what you want, can you please share more details to help us clarify your scenario?
Please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mohan_scFrequent Visitor
Thnk you for your respond.. please go through below
This is my Data tableThis is my Intiative slicers
This is my Line chart
It's work fine without slicers. But when you applying slicers the count not stoping for end of the maxium date.Please see below. It need to be stop 9/22/2023
- v-jianboli-msft
Community Support
Hi Mohan_sc ,
I can't reproduce your problem, the slicer and date works fine in my side. Could you please share me with your pbix file after removing sensitive data?
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.