Forum Discussion
Slicer Order Alpha Numeric
- 6 years ago
Hello sabeensp ,
you can setup sort order as below
1. Create 2 new calculated columns in addition to currentvalue column.
NumCheck =VAR a = value(if(ISERROR(VALUE('Table'[CurrentValue])),"9999",'Table'[CurrentValue]))RETURN acurrentvaluecopy = 'Table'[CurrentValue]2. Now select column currentvaluecopy from Data tab and use "Sort By Column" --> NumCheck3. 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
You need another column and use Sort By
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.
- Greg_Deckler6 years agoCommunity Champion
devenchj Right, sometimes I open multiple windows as I am replying to messages and someone replies before I get to that tab.
- sabeensp6 years agoHelper IV
devenchjthis did not work, because it is droping Alphabets values not showing ZX AB and etc. Only showing numeric values.
Any Idea?
- devenchj6 years agoHelper I
Hello sabeensp , I don't see any issue with slicer, It is showing all the records.
Look at PBIX here
https://drive.google.com/open?id=1A-k8A61_GMmDRwGp5o_gQswsnJebZ5Lv
-Devendra