Forum Discussion
Custom Sorting in PowerBI?
- 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
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 I got it! I was editing the query earlier, not realizing that I should just go through the Modeling tab under the table.
Anyway, I was able to select "ID" from the new table:
Sorted the Risk Rating column as you said, saved and the change took.
Learned something new today. :)
Thank you!