Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |