This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi everyone,
I want to find the performance of a team with using these columns below.
These are my questions;
1) Count how many times the team attend to the games.
2) Count the medals earned.
3) Divide Attendance to Medals.
Thank you in advance.
Solved! Go to Solution.
@Anonymous
Are you looking for each country's Participation in the View itself?
One problem per ticket please. ☹️
I answered your question.
If you you need to revise the problem then kindly please accept this solution and raise a new ticket.
Don't change the problem and expect eagerness to help if you don't accept solutions.
Thanks for your understanding.
@speedramps thank you for your quick reply, your answer is correct but my model is wrong 🙂
Actually it is not the way measuring the performance i need to add players here and count players and then filter by country and finally find the performance ratio.
so let me revise the table like below;
Bottomline, i want to see the Country performance.
@Anonymous
Are you looking for each country's Participation in the View itself?
Thank you very much.
Attendance =
COUNTDSITINCT(yourtable[year])
Medals =
SUM(yourtable[gold])+
SUM(yourtable[silver])+
SUM(yourtable[bronge])+
MedalsvAttendance =
DIVIDE( Medals,Attendance )
I helped you now please help me with kudos.
Please click thumbs up and accepts as solution buttons.
One problem per ticket please.
If you you need to revise the problem then please accept this solution and raise a new ticket.
Thanks 😀
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 19 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 20 | |
| 20 | |
| 19 |