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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.

August 2025 community update carousel

Fabric Community Update - August 2025

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