Forum Discussion
harry6810
Mar 08, 2024Copper Contributor
Sort Order Within a DAX Measure
Hi,
I have two main datasets connected by relationships through separate tables for specific features. Is there any way to sort my power pivot from highest to lowest value with using measure? Excepted result as below.
That's not clear which kind of aggregation do you have. If to sort row labels you may sort them one by one, each next sort will be within previous label group. In general the same is for values, it's within aggregated group.