Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
sabeensp
Helper IV
Helper IV

Slicer Order Alpha Numeric

Hello,

I have a table with Column CurrentValues(Text Field) column has over 2000 unique values, I have a slicer on this column. I need to order slicer values as desired in the image below. Numeric first and then Alphabetical. Please help.

2020-02-28_7-35-12.png

1 ACCEPTED SOLUTION
devenchj
Helper I
Helper I

Hello @sabeensp ,

 

you can setup sort order as below 

 

slicersort2.png

1. Create 2 new calculated columns in addition to currentvalue column.

 

NumCheck
VAR a = value(if(ISERROR(VALUE('Table'[CurrentValue])),"9999",'Table'[CurrentValue]))
RETURN a
 
currentvaluecopy = 'Table'[CurrentValue]
 
2. Now select column currentvaluecopy from Data tab and use "Sort By Column" --> NumCheck
 
3. Create Slicer using column currentvaluecopy.
 
Please note, I tried creating sort by column on CurrentValue column but then sort by column is not working, so just duplicated column to use into Slicer.
 
Please mark solution as Accepted if it helps.
 
Regards,
Devendra

View solution in original post

6 REPLIES 6
Greg_Deckler
Super User
Super User

You need another column and use Sort By


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler , I Believe thats the issue that @sabeensp  does not have another column available like Index to use into Sort By Column. column should be converted into number first. I already provided solution with required steps in this post.

@devenchjthis did not work, because it is droping Alphabets values not showing ZX AB and etc. Only showing numeric values.

 

Any Idea?

Hello @sabeensp  ,  I don't see any issue with slicer, It is showing all the records.

 

Sorting1.pngsorting2.png

Look at PBIX here 

https://drive.google.com/open?id=1A-k8A61_GMmDRwGp5o_gQswsnJebZ5Lv

 

-Devendra

@devenchj Right, sometimes I open multiple windows as I am replying to messages and someone replies before I get to that tab.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...
devenchj
Helper I
Helper I

Hello @sabeensp ,

 

you can setup sort order as below 

 

slicersort2.png

1. Create 2 new calculated columns in addition to currentvalue column.

 

NumCheck
VAR a = value(if(ISERROR(VALUE('Table'[CurrentValue])),"9999",'Table'[CurrentValue]))
RETURN a
 
currentvaluecopy = 'Table'[CurrentValue]
 
2. Now select column currentvaluecopy from Data tab and use "Sort By Column" --> NumCheck
 
3. Create Slicer using column currentvaluecopy.
 
Please note, I tried creating sort by column on CurrentValue column but then sort by column is not working, so just duplicated column to use into Slicer.
 
Please mark solution as Accepted if it helps.
 
Regards,
Devendra

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.