Forum Discussion
Classifying a pivot table
- 5 years ago
Hi, Anonymous
As mentioned by selimovd ,you should create a calculated column rather than a measure, then sort column by this new calculated colum.
You can also consider creating the following sort table (here you also need to select the column "probability" and sort it by column "column1") . You need to use the field "probability" in this new table to create visual.
Please check my attached file for more details.
Best Regards,
Community Support Team _ Eason
Hey Anonymous ,
you can create a sort by column in the table. This table should contain the order, something like this would do it:
SoryByColumn =
SWITCH(
TRUE(),
myTable[classification] = "Very high", 1,
myTable[classification] = "High", 2,
myTable[classification] = "Medium", 3
)
Then you have to set that as sort by column for your classification column:
Sort by column in Power BI Desktop - Power BI | Microsoft Docs
Then the default sort order is according to your sort by column, so "Very high" should appear first.
- Anonymous5 years agoNot applicable
I've created this measure, but it just can't use a table as refer:
Am I putting the formula in the right place?
- v-easonf-msft5 years agoCommunity Support
Hi, Anonymous
As mentioned by selimovd ,you should create a calculated column rather than a measure, then sort column by this new calculated colum.
You can also consider creating the following sort table (here you also need to select the column "probability" and sort it by column "column1") . You need to use the field "probability" in this new table to create visual.
Please check my attached file for more details.
Best Regards,
Community Support Team _ Eason - selimovd5 years agoMost Valuable Professional
Hey Anonymous ,
in general when you answer in this community always mark people with Anonymous . Otherwise I will not be notified that there is a new reply. This one now I've seen by chance.
Did you add it as calculated column? It won't work when you add it as measure.
Then you have to add the column in the right table, in your case I guess 'Pipe espacialistas'. And then you have to replace all the table references (myTable[classification]) to the real column ('Pipe espacialistas'[probabilidade]).
Try that and then it hopefully should work.
If you need any help please let me know.If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍Best regardsDenisBlog: WhatTheFact.biFollow me: twitter.com/DenSelimovic