The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I am trying to sort values in the following order. Which is Early on top, Mid in the middle, and Late on the bottom. Can anybody please guide me on how to do this? Regular sort does not work.
Thank you
Solved! Go to Solution.
Hello Zach,
You can sort a column by going into Table view, clicking on the column, and then selecting 'Sort Column by.'
If you don't have another sort column, I would create a conditional column using Power Query. For example, if I need to sort colors like blue, green, red, I would create a conditional column stating 1 = blue, 2 = green, 3 = red. Then, I would go to the data view and sort the color column using the conditional column I created.
I hope this helps.
Hello Zach,
You can sort a column by going into Table view, clicking on the column, and then selecting 'Sort Column by.'
If you don't have another sort column, I would create a conditional column using Power Query. For example, if I need to sort colors like blue, green, red, I would create a conditional column stating 1 = blue, 2 = green, 3 = red. Then, I would go to the data view and sort the color column using the conditional column I created.
I hope this helps.