Forum Discussion
Running total
- Anonymous3 years ago
Hi Datalover22 ,
Which visual do you want to put this Measure in and is there any other external filter?
Please try this measure.
Total = CALCULATE ( SUM ( 'Table'[Net Amount in USD] ), 'Calendar'[Date] <= EOMONTH ( TODAY (), 0 ) )Please check the pbix file.
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi , thanks for your help! I want the recurring total per month until the current month
Hi Datalover22 ,
Which visual do you want to put this Measure in and is there any other external filter?
Please try this measure.
Total =
CALCULATE (
SUM ( 'Table'[Net Amount in USD] ),
'Calendar'[Date] <= EOMONTH ( TODAY (), 0 )
)
Please check the pbix file.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data