Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
3rd highest value? Can you explain?
Proud to be a Super User!
Awesome Keyboard Shortcusts in Power BI, thumbs up if you like the article
My Community Blog Articles (check them out!)
My Blog - Power M code to automatically detect column types -
How to create test data using DAX!
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.
Hi,
The average of the top 3 confidences?
Proud to be a Super User!
Awesome Keyboard Shortcusts in Power BI, thumbs up if you like the article
My Community Blog Articles (check them out!)
My Blog - Power M code to automatically detect column types -
How to create test data using DAX!
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))
File is attached. I am really not sure if this is what you are looking for. Lets see..
Kind regards,
Steve.
Proud to be a Super User!
Awesome Keyboard Shortcusts in Power BI, thumbs up if you like the article
My Community Blog Articles (check them out!)
My Blog - Power M code to automatically detect column types -
How to create test data using DAX!
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
30 | |
18 | |
15 | |
7 | |
6 |