Forum Discussion

lbarreiro's avatar
lbarreiro
Regular Visitor
8 years ago
Solved

problem with maps

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

 

 

  • 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

     

     

2 Replies

  • v-jiascu-msft's avatar
    v-jiascu-msft
    Microsoft Employee

    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