Forum Discussion
Bryanna
3 years agoHelper II
Sorting
I have a Slicer that i created off a column to show how many days from expiration. I would like to sort this so that its in order of least number of days to most number of days (ex. 30 Days from Expi...
nandukrishnavs
3 years agoCommunity Champion
Bryanna If the column is not created using DAX, then you can create a new conditional column in PowerQuery. Output should be number: 1, 2, 3, 4 etc.. (Expected sort order value) then close and apply the PowerQuery changes.
Next come to the Table view, and select original column and change the Sort by Column value as newly created column.