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 to particular ip address 5 times) it should come in first position, ip address having 4 user id count(hit) it should come in second position and so on.
How many IP address hit per client. That count should reflect in slicer and can be ascending and descending way.
2 Replies
- collinsgSolution 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
- RIDWIVHelper I
Hello,
Thank you for sharing the information. But I want value in slicer to be organised in ascending or descending order.