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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
eraldo_DP
Frequent Visitor

I need return average the field "%confidence" of the third highest value in quantity

Hi, Community!

 

I need to return average the field "%confidence" of the third highest value in quantity, and create rank for each word. Can you help me?

 

Download sample database: https://1drv.ms/x/s!As-s3TNexQ8TiqMtKlDh9BJcLHIWBQ?e=EkGuDk

 

eraldo_DP_0-1614373116737.png

 

 

 

5 REPLIES 5
stevedep
Memorable Member
Memorable Member

Hi, Steve. I will make three cards available on the panel, each with the confidence average, the first card with TOP 1 another card with TOP 2 and another with TOP 3.  Also, i need to show a table only top 10, but solving the first case I will solve the latter.

 

Yes, third biggest amount quantity word, but returning the average of the field "confidence".

 

averageapproximating the statistical norm or average or expected valueMore (Definitions, Synonyms, Translation)

For starters, this is the dataset:

https://dax.do/JwLmA8yolRwUpV/ 

I loaded it into a power bi file and created this measure:

Top3Average = CALCULATE(AVERAGE('Table'[Confidence]),FILTER(ALL('Table'), [Total]<=3))

stevedep_0-1614425440808.png

File is attached. I am really not sure if this is what you are looking for. Lets see..

 

Kind regards, 

Steve. 

 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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.