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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello, I have a problem. On having showed a map of Spain with information for provinces, there are provinces that me appear in america. I have put a filter in " visual level filters " with country: Spain and categorized as country, but it is not solved. Can someone help me? Thank you
Solved! Go to Solution.
Hi @lbarreiro,
There are two easy ways to make it right.
1. Add a new Calculated column "Country province". Pay attention to the space following "Spain".
Change its "Data Category" to "Place".
CountryProvince = CONCATENATE ( "Spain ", [Province] )
2. Add a Calculated column "Spain".
Chang its "Data Category" to Country.
Best Regards!
Dale
Hi @lbarreiro,
There are two easy ways to make it right.
1. Add a new Calculated column "Country province". Pay attention to the space following "Spain".
Change its "Data Category" to "Place".
CountryProvince = CONCATENATE ( "Spain ", [Province] )
2. Add a Calculated column "Spain".
Chang its "Data Category" to Country.
Best Regards!
Dale
Thank you! I could made it.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.