Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.