Forum Discussion
RIDWIV
3 years agoHelper I
Sorting the value in slicer chart
Hello all, Hope you are doing good. I am encountering one issue i want to arrange ip address in slicer chart as per the count of user id. For example if any ip address is having 5 user id(hit made ...
collinsg
3 years agoSolution Sage
Good-day RIDWIV
Here are some steps which should achieve your goal.
- Group by IP address (and check the "Advanced" option).
- For the aggregations
- Add a column "Count of Users", with operation = Count Rows.
- Add a column "All Rows", with operation = All Rows.
- Expand the "All Rows" column
- Uncheck "Use original column names as prefix".
- Select all columns except IP address.
- Load to the data model and switch to "Data View".
- In Data View select the IP column and from the "Column Tools" ribbon choose "Sort by Column".
- Sort by Count of Users.
- Insert your slicer visual and click the ellipsis to bring up a menu with "Sort axis" as an option. Sort ascending or descending as you please.
Hope this helps
Setting the grouping
The result
RIDWIV
3 years agoHelper I
Hello,
Thank you for sharing the information. But I want value in slicer to be organised in ascending or descending order.