Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I would like to split those categories knowing that I cannot change the Data. For exemple i would like to hide all the non European country from the list.
Solved! Go to Solution.
@Anonymous,
You can create a calculated column and filter on that column:
Region =
SWITCH (
TRUE,
CONTAINSSTRING ( Table1[Category], "France" ), "European",
CONTAINSSTRING ( Table1[Category], "US" ), "American"
)
Proud to be a Super User!
Thank you Sir !
@Anonymous,
You can create a calculated column and filter on that column:
Region =
SWITCH (
TRUE,
CONTAINSSTRING ( Table1[Category], "France" ), "European",
CONTAINSSTRING ( Table1[Category], "US" ), "American"
)
Proud to be a Super User!
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 |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 48 | |
| 46 |