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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hey,
I have a table below:
The values are GGR.
Name month
Name | Jan | Feb | April | May |
x | 5 | 3 | 7 | 8 |
y | 3 | 3 | 6 | 7 |
z | 1 | 2 | 3 | 4 |
I would like my table to cumulate my GGR accross the months for each Name:
For example
Name | Jan | Feb | April | May |
x | 5 | 8 | 15 | 23 |
y | 3 | 6 | 12 | 19 |
z | 1 | 3 | 6 | 10 |
any help is much appreciated thank you !
Solved! Go to Solution.
Hi,
You may download my PBI file from here.
Hope this helps.
Hi,
You may download my PBI file from here.
Hope this helps.
Hello
Do you have a date table ?