Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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.