Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone, I'm currently working on a block graph, I have a field CategoryName and a Measure Sales, I choose the color of each box by dimension and I would like to see the legend in measure size order (I saw that actually is sorted by alphabetic order). ¿Is it Possible to make this change?
Try this
Dual(CategoryName, Sum(Sales))