Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
17 | |
10 | |
10 | |
8 | |
6 |
User | Count |
---|---|
20 | |
18 | |
16 | |
13 | |
10 |