Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi to the best community ,
Can someone help me with creating a measure or calculated column to get the sum of the running total of the assets per month ?
I attached 2 screenshots
Thank you !!
Solved! Go to Solution.
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
Thank you! But Its not working
Hi
You want the running total for a single or for the 12 months ( Year)
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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 44 | |
| 42 | |
| 40 | |
| 39 |