- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Issue while applying filter tmy matrix visual
Iam facing an issue while applying the filter to my matrix visual .
For eg if iapply the filter to show top 10 restaurants wiht the highest ratings in a country .The matrix visual still show more than 10 restaurant with high ratings .Can you let me know what am I missing here? Screenshots attached.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Sumo82 it is expected behaviour as all these have same rating.
It can't get random top 10 if there are more than 10 restaurants with same rating.
If you still want to add some more conditions to it, there is very similar topic on this link with valuable answers: https://community.fabric.microsoft.com/t5/Desktop/Workaround-to-show-TOP-N-where-there-are-duplicate...
Cheers,
Nemanja Andic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @Sumo82
Sum Amount = SUM ( Table[rating] )
Top N = CALCULATE ( [Sum Amount], KEEPFILTERS ( TOPN ( 3, ALL ( table[resturant] ), [Sum Amount], DESC ) ) )
Refer above blogs for better understanding this behaviour.
I hope I answered your question!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @Sumo82
Sum Amount = SUM ( Table[rating] )
Top N = CALCULATE ( [Sum Amount], KEEPFILTERS ( TOPN ( 3, ALL ( table[resturant] ), [Sum Amount], DESC ) ) )
Refer above blogs for better understanding this behaviour.
I hope I answered your question!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Sumo82 it is expected behaviour as all these have same rating.
It can't get random top 10 if there are more than 10 restaurants with same rating.
If you still want to add some more conditions to it, there is very similar topic on this link with valuable answers: https://community.fabric.microsoft.com/t5/Desktop/Workaround-to-show-TOP-N-where-there-are-duplicate...
Cheers,
Nemanja Andic

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
06-14-2024 03:53 AM | |||
06-06-2024 07:09 AM | |||
09-18-2024 10:15 AM | |||
05-11-2024 12:00 AM | |||
07-13-2023 03:52 AM |
User | Count |
---|---|
123 | |
104 | |
84 | |
49 | |
46 |