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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

Rank by an average over a period

I need to give a table wich contains top 10 error % over the last year. So I understood I need a ranking. But can't get it to work:

 

The average is in column 'Avg Error %' and is now sorted. In the column after I need the rank.

 

Wisselaar_0-1606335842744.png

 

I used: 
RANK Avg Error % =
RANKX( ALLSELECTED(ErrorTotalsDay[DtKey_Checkdate]); CALCULATE(AVERAGE(ErrorTotalsDay[Error % Day]));;ASC)

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hey @Anonymous Create these measures

Avg error = Avg(error)

Rank Avg Error = rankx(allselected(rulekey),[Avg error],,desc

Post this, drag this measure in table and in the filter pane just apply a filter that this measure should be less than 11, and it will always show top 10 records.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hey @Anonymous Create these measures

Avg error = Avg(error)

Rank Avg Error = rankx(allselected(rulekey),[Avg error],,desc

Post this, drag this measure in table and in the filter pane just apply a filter that this measure should be less than 11, and it will always show top 10 records.

Anonymous
Not applicable

The TOP N Filter option isn't there.

lkalawski
Resident Rockstar
Resident Rockstar

Hi @Anonymous 

You don't need to create a Rank measure. You can use the filter panel and add a condition to show only TOP 10 values based on the Avg. Error % measure. 

lkalawski_0-1606336253109.png



_______________
If I helped, please accept the solution and give kudos! 😀

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.