Forum Discussion
Meera556
2 years agoHelper I
Top 5, 10 values using Dynamic slicer
I was creating a report which contains the columns product name,sales and count of errors.I want to show the top N products based on the sales column.As of now I was using the visual level filter and...
vicky_
2 years agoSuper User
The very first part of this blog post (under Filtering the top N products) should get you that result: https://www.sqlbi.com/articles/filtering-the-top-products-alongside-the-other-products-in-power-bi/
you can basically ignore the later sections talking about the "other" parts (unless that's what you're going for)
- Meera5562 years agoHelper I
Hi vicky_
Thanks for your solution its working fine.
But when I'm adding basic filtering option like show values when its not blank like removing null values the top N filter is not working properly.
For example if im selecting top 5 values its showing 4 its resulting me in N-1 values
When removed the filter its working fine
Could you please help me with this.