Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Sort Issue

Hi,  I am trying to sort a filter that has text. I want to sort it ascending wise.  I have assigned a new column number and gave each value a number. But I still can't sort it  the code: ...
  • v-zhenbw-msft's avatar
    6 years ago

    Hi Anonymous ,

     

    We suggest you to create a new Won_count table with unique values. And then create a one-to-many relationship with the original table.

    You can refer the following steps.

     

    1. Create a new table.

     

    Table = DISTINCT(Won_count)

     

     

    2. Then create the relationship.

     

     

    3. Create a slicer using Table[WonOppsSoftAmountLast1Yr_filter] and sort by number.

     

     

    If it doesn’t meet your requirement, could you please show the exact expected result based on the table that you have shared?

     

    Best regards,

     

    Community Support Team _ zhenbw

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

    BTW, pbix as attached.