Forum Discussion

chad_lenny's avatar
chad_lenny
Regular Visitor
2 years ago
Solved

Sort Slicer Visual that uses IF Formulas

I am trying to sort my Slicer so it shows as 0-.5, then .5-1, then 1-2 etc. See exampe Formula the Slicer is using and what is currently shows. Tenure Group = IF(EMPLOYEE_EDV[Tenure]<.5,"0-.5",IF(EM...
  • Anand24's avatar
    Anand24
    2 years ago

    chad_lenny ,
    Make it 0.0-0.5 instead of 0-0.5. The values are formatted as TEXT and hence 0 comes later than 0.5 according to ASCII, hence this is happening.

    Result:

     

    Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!!

    Proud To Be a Super User !!!
    LinkedIn