Forum Discussion
sorting in drill down matrix
- 8 years ago
Anonymous
You can create another Order Table to define the desired sorting. Then in the original table, get this related column and make the Country column sorted by the order column.
For details, please refer to the attached PBIX file.
Best Regards,
Herbert
Anonymous
You can create another Order Table to define the desired sorting. Then in the original table, get this related column and make the Country column sorted by the order column.
For details, please refer to the attached PBIX file.
Best Regards,
Herbert
this looks promissing ..
one question though .. will then the sorting of the region also work .. i woudl like to sor the regions as well
NORTH 1
CENTRAL 2
EAST 3
WEST 4
... ect..
thank you
- v-haibl-msft8 years ago
Microsoft Employee
Anonymous
If you also want to sort the region column as well, you just need to make it sorted by a column as we did above.
Best Regards,
Herbert