Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi @Anonymous
I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.
If you need more help, please let me know.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
please try
Country By Max Nobel Prize In Literature =
VAR LiteratureTable =
FILTER (
ALLSELECTED ( 'Nobel Prize Winner Data' ),
'Nobel Prize Winner Data'[category] = "Literature"
)
VAR MaxShare =
MAXX ( LiteratureTable, 'Nobel Prize Winner Data'[share] )
RETURN
CALCULATE (
MAX ( 'Country Table'[Country] ),
'Nobel Prize Winner Data'[share] = MaxShare,
CROSSFILTER ( 'Country Table'[Country Abbrevation], 'Nobel Prize Winner Data'[Country Abbrevation], BOTH )
)
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
10 | |
6 |