Hi @rob_marshall @usman.zia
I was able to solve my issue using the RANKCUMULATE function. Thank you all for your help! 🙂
Regards,
Ana
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
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! 🙂
My apologies the formula should be: Max('Count'[SELECT: Total],0).
Please do let me know if this works for you.
It's still not working. Result is showing zero. Any other suggestions?
It could be to do with the summary method? for that line item or instead of 'SELECT' you could try nesting the 'SUM'.
I hoppe this helps.
@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
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…