Forum Discussion
vcb_001
2 years agoFrequent Visitor
Sorting out sub-row values in the matrix.
Hi everyone, I've got a question which could be quite straightforward to handle but, I haven't found any way to solve what I would like to reflect in my matrix table. Basically, please see the be...
- 2 years ago
Use the "Sort a column by another column" approach. Create a column in Power Query* that has the opposite values. Then sort your original column by that column.
* If you try to do that in DAX you may get a circular reference error.
lbendlin
2 years agoSuper User
Use the "Sort a column by another column" approach. Create a column in Power Query* that has the opposite values. Then sort your original column by that column.
* If you try to do that in DAX you may get a circular reference error.