Forum Discussion
Visual calculation: running sum - sorting issue
Finally I found a solution without runningsum but with visual calc, which is working properly:
- AnneKeli1 year agoRegular Visitor
FINALLY!! THANK YOU!!! I have been searching for HOURS for this solution. I cannot believe it's this complex to change the sort order. THANK YOU, THANK YOU, THANK YOU
- jeroenterheerdt1 year agoMicrosoft Employee
We want to change this and are working through options here. What would you like to have seen?
- Lajouac1 year agoAdvocate I
Hi jeroenterheerdt !
I am very happy to have found this solution !
I would have imagined an ORDERBY parameter inside the running sum function, in able to choose the column to use to order the running sum.
Thanks for working on this !
- jeroenterheerdt1 year agoMicrosoft Employee
you can now do this with just runningsum (and without format): RUNNINGSUM([Sales], ORDERBY([Sales], DESC)). Then format the visual calculation using the data formatting option.
- jeroenterheerdt1 year agoMicrosoft Employee
Since July, you can do the same using just RUNNINGSUM with the OrderBy parameter