Forum Discussion
Slicer for Running Total
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.
Thnk you for your respond.. please go through below
This is my Data table
This 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