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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
jonny7072
New Member

Show Top N without filtering data

I would like to only visually show the top N results of this visual:

jonny7072_0-1641335339633.png

to look more like this: 

jonny7072_1-1641335385890.png

 

I can't use the top N filter because the dotted lines are dynamic and will change when the top N filter is used. 

 

Is there a way to show a few legend values without filtering the data?

1 ACCEPTED SOLUTION
v-rzhou-msft
Community Support
Community Support

Hi @jonny7072 ,

 

I think you use Min line, Max line,Average line, Median line in Analytics. They are dynamic based on data in your visual. If you filter your data by Top N function, they will change. Here I suggest you to create measures to calculate the value you need with All function and then use Y-Axis Constant Line in Analytics.

Here is my test.

1.png

They are dynamic when I use Top N.

2.png

Create measures as below.

Avg = AVERAGEX(ALL(Sheet20),Sheet20[Value])
Max = MAXX(ALL(Sheet20),Sheet20[Value])

...

3.png

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
v-rzhou-msft
Community Support
Community Support

Hi @jonny7072 ,

 

I think you use Min line, Max line,Average line, Median line in Analytics. They are dynamic based on data in your visual. If you filter your data by Top N function, they will change. Here I suggest you to create measures to calculate the value you need with All function and then use Y-Axis Constant Line in Analytics.

Here is my test.

1.png

They are dynamic when I use Top N.

2.png

Create measures as below.

Avg = AVERAGEX(ALL(Sheet20),Sheet20[Value])
Max = MAXX(ALL(Sheet20),Sheet20[Value])

...

3.png

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

lbendlin
Super User
Super User

What is your definition of "top N" for this scenario?  A max value, largest average, something else?  Is that something that needs to be calculated via a measure or can it be done via calculated column?

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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