Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am having problems with filering out the top N in my report.
The table consists of page name, type (site page, news post or document) and unique viewers.
I am only interested in the performance of the top 3 news articles, so I have applied the following filters|
. Type is news post
. Type top 3 by sum of unique visitors
But unfortunately I am still being shown all of the articles in my table|
How to solve this?
BTW, this is the table|
Tx!
Solved! Go to Solution.
Hi @Anonymous ,
You are getting all values because of same sum values of unique visitors , (i.e. 1),
try top 2 you will only two values because of unique sum values.
Hi @Anonymous ,
You are getting all values because of same sum values of unique visitors , (i.e. 1),
try top 2 you will only two values because of unique sum values.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |