Forum Discussion
iGi
9 years agoAdvocate I
Custom Sorting in PowerBI?
Hello all, Seeing as how helpful people were with my last two questions, I thought I'd ask another, which has been nagging me. I'm aware of the sorting function in graphs, but that seems to...
- 9 years ago
You can create a table like following one and create relationship with the original table.
Then create a calculated column in original table with following formula.
Column = RELATED( Table2[ID] )
At last, select the Type column and make it sorted by above created column.
Best Regards,
Herbert
v-haibl-msft
9 years agoMicrosoft Employee
You can create a table like following one and create relationship with the original table.
Then create a calculated column in original table with following formula.
Column = RELATED( Table2[ID] )
At last, select the Type column and make it sorted by above created column.
Best Regards,
Herbert
Cortana
3 years agoHelper IV
Hello v-haibl-msft
I have tried that, but the problem I am facing is that I have a category that has no value in our original table. It is not appearing in my graph but I want to show it in my chart. What to do?