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 nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. 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.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |