Running balance of a numbered list
Thanks!
Best Answer
-
I was able to solve my issue using the RANKCUMULATE function. Thank you all for your help! 🙂
Regards,
Ana
0
Answers
-
Hi @Ana22
Assuming the list has a top level such as 'Total' etc.
Create 'Count' line item which is dimensioned by the list you want to count, Number format, formula is 1
Create a module with a line item 'Count Summary' and no dimensions, number format.
Add this formula to 'Count Summary' line item:
Max('Count'[MAX:Total],0)
I hope this helps.
Thanks,
Usman
0 -
Hi @usman.zia ,
Thanks for replying. I tried the formula you suggested but got the attached error. As you can see on my screenshot, I need to get the running balance. I need to be be able to get the cumulative value of #1 and #2 on my example so that I get the correct running balance.
Thanks for your help! 🙂
Thanks,
Ana
0 -
0
-
@Ana22 ,
Please follow the pictures below. As stated above, create a count line item with it defaulted to 1 (summary is turned on).
In another module, without dimensionality, create a line item pointing to the Count line item in the above picture.
Hope this helps,
Rob
0