Forum Discussion
Sort by another column (by duplicate values)
- 8 years ago
Hi v-jiascu-msft,
I found somewhere, that i cannot do "sort by column" for duplicate values, so i thought that it was my problem. But, i found a solution.
I had an error "This column can't be sorted by a column that is already sorted, directly or indirectly, by this column". And it means, that you can't sort by a calculated column which DAX expression depends on the column you want to sort. I duplicated a column and everything works fine. It's a bit confusing..
Hi shtefanvalery,
You still can do "Sort by column" when salary has duplicates. Do you have any other requirements?
Best Regards!
Dale
Hi v-jiascu-msft,
I found somewhere, that i cannot do "sort by column" for duplicate values, so i thought that it was my problem. But, i found a solution.
I had an error "This column can't be sorted by a column that is already sorted, directly or indirectly, by this column". And it means, that you can't sort by a calculated column which DAX expression depends on the column you want to sort. I duplicated a column and everything works fine. It's a bit confusing..