Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi, I have a table which look a bit like this and I need it to show the target value cumulatively but going from 0 at the start of the month to the target at the end of the month as shown in the last column. If anyone can help me please it would be much appreciated! I also have a date table with YYYY-MM and dates if that's any help!
N.B. I don't need it to show the target as shown in the middle column, this is just to show the raw data.
Thank you for reading!
| Date | Target | Cumulative target |
| 01/01/25 | 100 | 3.2 |
| 02/03/25 | 0 | 6.4 |
| 03/01/25 | 0 | 9.6 |
| ... | 0 | ... |
| 31/01/25 | 0 | 100 |
Solved! Go to Solution.
hi @samc_26 ,
you can write a column for year_month as follows:
and then add another column like this:
hi @samc_26 ,
you can write a column for year_month as follows:
and then add another column like this:
Hi @samc_26,
I am little bit consfusing about your query, could you please provide .pbix file along with expected result. So that I can try to provide the solution.
Use any cloud platform to provide file and add that url(public access) here by using insert link.
Thanks,
If you found this solution helpful, please consider giving it a Like👍 and marking it as Accepted Solution✔. This helps improve visibility for others who may be encountering/facing same questions/issues.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 21 | |
| 18 |