Forum Discussion
craig811
4 years agoHelper III
Help with easy DAX formula
Hi , Sorry, this should be very easy but I am missing something here: Abs Var Relieved = ABS(Sum('WIP Summary'[ Variances Relieved])) I need the above DAX to sort in 'Ascending order', I...
amitchandak
4 years agoSuper User
craig811 , In visual you have sort using the option in visual.
Only for axis, you can have a default sort order. That too when you sort visual on axis.
craig811
4 years agoHelper III
Thanks, but I was hoping I could do it through DAX instead of the visual.