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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
Could you please help me with a measure where I can see the number of locations with more than 10 total cases in either South America or North America? Thanks a lot in advance.
Solved! Go to Solution.
@RenataOGardner Easiest way would be to just use the Filter pane to filter TotalCases > 10. Otherwise, you could always use a Complex Selector. The Complex Selector - Microsoft Power BI Community
Thanks for Jos.
What to do, if the continent is on another table please?
Hi,
Assuming a table named 'Cases' with columns 'Continent', 'Country' and 'Total Cases', this measure:
Locations (> 10 Cases North or South America) =
CALCULATE (
COUNTROWS ( 'Cases' ),
'Cases'[Continent] IN { "North America", "South America" },
'Cases'[Total Cases] > 10
)Regards
Thanks for Jos.
What to do, if the continent is on another table please?
@RenataOGardner Easiest way would be to just use the Filter pane to filter TotalCases > 10. Otherwise, you could always use a Complex Selector. The Complex Selector - Microsoft Power BI Community
Thank you so much. The filter panel worked fine.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 20 | |
| 20 | |
| 14 | |
| 14 |