cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
bdehning
Post Prodigy
Post Prodigy

TOPN Slicer and Default Value

I have a TOPN Sliver that uses the following values.   

 

bdehning_0-1687912768118.png

 

Pages where I use the TOPN show all results as a defualt.  Is there a way to set a default such as Top 6 and still use a TopN Slicer?   That way pages can still be printed after publishing and not have scroll bars.  

 

3 REPLIES 3
bdehning
Post Prodigy
Post Prodigy

Ok I got to work like the video.      The Slicer creates choices from 0 to 20

TOPN Num = GENERATESERIES(0, 20, 1)
 
How do I tweak the Measures so I can have choices like Top 3, Top5, Top 10, Etc?
amitchandak
Super User
Super User

@bdehning , Assuming this table is independent Table and you using

Num= maxx(allselected(Table), Table[TOPN Number]) in the topN function

 

You can have measure where do not use it

 

example

AverageX(keepfilters(topn(6, allselected('Fact Jobs'[Column]) ,[Measure], desc)),[Measure])

 

measure that use slicer

 

AverageX(keepfilters(topn([Num], allselected('Fact Jobs'[Column]) ,[Measure], desc)),[Measure])

 

Learn Power BI: Dynamic TOPN using TOPN/Window and Numeric parameter: https://youtu.be/vm2mdEioQPQ

 I am using an Independent Table of TopNTable which has TopN column and TopNValues Column.  So I guess I am not using Num= maxx(allselected(Table), Table[TOPN Number]) in the topN function?    

 

I will need to watch the Dynmaic TOPN video.   

 

 

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors