Forum Discussion
How to visualize Europe on MAP
Hi, could you help me. i have a list of country including Europe as a region. how i could visualize Europe on a power Bi Map.
olivier
7 Replies
- ToddChittSuper User
What does your data look like? And what are you trying to end up with? Do you have city and country names availble in one field, such as below?
If so, a Map visual of this data looks like this:
- olivier33New Member
In fact , i mixed in the same list countries and Europe. To give more context, if the development is for Europe i do not want to select all countries saperately. one possibility is to have in the same cell 5 countries ex France, UK, Germany, Italy and Spain and then have 5 spots in EU. if you know how to do one of these 2 options that will be great. thank you
- ToddChittSuper User
Can you show a sample of your data?
- olivier33New Member
yes ,
it is the table I have.
MOA Indication Status Country MA date GLP-1 T2D Development INDIA T2D
Weekly insulinPhase III CHINA Fast Acting Marketed EUROPE January 9, 2017 Fast Acting Marketed USA September 29, 2017 Fast Acting Filling USA Fast Acting Filling USA Fast Acting Filling USA Fast Acting Marketed EUROPE June 25, 2020 Fast Acting Marketed EUROPE September 7, 1999 Fast Acting Marketed EUROPE February 5, 2021 Marketed ALGERIA Fast Acting Marketed CHINA July 13, 1905 and here is the map.
- AnonymousNot applicable
Hi olivier33 ,
Thank you for reaching out to Microsoft Fabric Community Forum.
ToddChitt Thank you for your response.
This is a common scenario when datasets mix individual countries with broader regions like "EUROPE" — especially when you want to visualize everything clearly on a Power BI map.
You can try this workaround:
Power BI’s map visuals work best with specific country names, not general regions like “EUROPE.” Since Power BI doesn’t recognize “EUROPE” as a mappable location, the best approach is to expand that value into the individual countries you want to represent.
For example, if "EUROPE" should represent France, UK, Germany, Italy, and Spain, you can replace each row containing "EUROPE" with 5 rows — one for each of those countries. That way, the map can display each location as a separate point.
In Power Query:
You can automate this by creating a small list of countries to represent "EUROPE" and expanding them using Power Query. Here's one way to do it:
- Go to Power Query Editor.
- Add a custom column with logic like this:
= if [Country] = "EUROPE" then {"France", "UK", "Germany", "Italy", "Spain"} else {[Country]}
- Then, expand the list in that column to create a new row for each country.
- Remove or rename the original column if needed.
Now every instance of "EUROPE" becomes multiple rows with real, mappable countries.
Now you'll see the different order counts all in one column, based on the selected sending type.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Regards,
B Manikanteswara Reddy
- AnonymousNot applicable
Hi olivier33 ,
We wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
B Manikanteswara Reddy
- AnonymousNot applicable
Hi olivier33 ,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
B Manikanteswara Reddy