Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Add serial number to Slicer List

How can I add a serial number to a slicer list?

  • Anonymous 

    here is a workaround for you

    Use DAX or enter data to create an DM table and create a column

    Column = rankx(all('Table'[DM]),'Table'[DM],,ASC)&" "&'Table'[DM]

     

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Something like this showing count of items

       

      • ryan_mayu's avatar
        ryan_mayu
        Icon for Super User rankSuper User

        Anonymous 

        here is a workaround for you

        Use DAX or enter data to create an DM table and create a column

        Column = rankx(all('Table'[DM]),'Table'[DM],,ASC)&" "&'Table'[DM]