Forum Discussion
sabeensp
6 years agoHelper 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 f...
- 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
sabeensp
6 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?
devenchj
6 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