The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Solved! Go to Solution.
Hi,
I am not sure how your expected visualization looks like, but please try something like below, if you are creating a table visualization.
Customer Region =
IF (
MAX ( 'Customer'[Country] ) IN { "Netherlands", "France", "Austria" },
"Europe",
"Other"
)
Hi,
I am not sure how your expected visualization looks like, but please try something like below, if you are creating a table visualization.
Customer Region =
IF (
MAX ( 'Customer'[Country] ) IN { "Netherlands", "France", "Austria" },
"Europe",
"Other"
)
That worked, thanks! I want to use the measure to split sales by region instead of by country.
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |