Forum Discussion
Running total Error
I am trying to put running total based on date, i am getting error for the below calculation,
2 Replies
- amitchandakSuper User
Anonymous , This formula seems correct, are these Qtr, month and day are part of this date Transactions_#R_Date
or some other date ?
Add year and check.
But I doubt date only
- v-yalanwu-msftCommunity Support
Hi, Anonymous ,
I have tried to calculate with your measure and it is correct. It returns the following results:
If the result is your image appears, May be only uses ALLSELECTED(Day_Wise), For example:
error total = CALCULATE(SUM(Day_Wise[Day Expenses]),ALLSELECTED(Day_Wise))and it will appear this image:
If that doesn't solve your problem, can you share me with pbix file after removing sensitive data.
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.