Forum Discussion
Omesh
2 years agoHelper I
Hi All, Need Help in sorting
Is there a way to implement custom sorting in Power BI, especially when dealing with text values and hierarchical columns in a matrix visualization, since the default sorting options may not provide ...
- 2 years ago
Hi Omesh,
You can create a calculated column like this:
And then sort your main column by the calculated one:
Best Regards,
Alexander
Omesh
2 years agoHelper I
I already have a table with three columns (as mention). I want to sort all three columns within that table according to specific criteria, and then I need to display the sorted data in a separate table visualization. However, I'm currently encountering an error message that says, "There cannot be more than one value in the 'rank' for the same value in the 'current output.' Please select a different column for sorting or adjust the data in the 'rank' column."
How can I address this issue and sort all three columns simultaneously in a same table?