Forum Discussion
Anonymous
5 years agoNot applicable
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
- ryan_mayu
Super User
could you pls provide the sample data and expected output?
- AnonymousNot applicable
Something like this showing count of items
- ryan_mayu
Super 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]