Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

TopN visual filter not showing TopN

I have a list of items (called Inc_CI_Service) and their percent of increase since last month (called _Inc Diff % PMs to SP) in a matrix.  This list is filtered to only show items where there were at least 5 items during the previous month.

Ruthie09_0-1651845485541.png

 

When I try to filter the "Inc_CI_Service" on the top 5  items by "_Inc Diff % PMs to SP", it will only return the 1st item.

Ruthie09_1-1651846434456.png

 

Ruthie09_2-1651846465505.png

 

Why and how to resolve?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

The problem turned out to be ther other filter (_Inc Count is greater than x).  PBI is applying filters in the "wrong" order.  It is ranking the items so if you filter on Rank less than 6, it returns that.  Then it applies the _Inc Count is greater than x.  If none of the items in the top 5 have more than x tickets, it returns nothing.

 

What I need it to do is reverse that order of application.  So I'm going to create a new thread for that.

 

Not so much a solution as an explanation.

View solution in original post

2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

I have tested the following, topn is normal, I am not clear about your table structure and fields, can you share a simple file after removing sensitive information?

vyalanwumsft_0-1652075559976.png

 


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

The problem turned out to be ther other filter (_Inc Count is greater than x).  PBI is applying filters in the "wrong" order.  It is ranking the items so if you filter on Rank less than 6, it returns that.  Then it applies the _Inc Count is greater than x.  If none of the items in the top 5 have more than x tickets, it returns nothing.

 

What I need it to do is reverse that order of application.  So I'm going to create a new thread for that.

 

Not so much a solution as an explanation.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors