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 ?