Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
rodieade
Frequent Visitor

Map with multiple locations

Hello

I am building a map using the  Filled map visual.

In my data set I have one column for the location, But  I have some rows which have multiple locations - example "France Germany UK".

The report will only display the 1st one ; how can I change that?

 

Thanks

1 ACCEPTED SOLUTION
themistoklis
Community Champion
Community Champion

@rodieade 

 

This thread will probably help

 

On Power Query editor, split Column values by the delimiter and on advanced options select ' split into rows'

Then plot the countries on a map

 

https://community.powerbi.com/t5/Desktop/How-to-split-the-the-Column-into-Multiple-rows/m-p/255014#M...

 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@rodieade , Not very clear. Filter top 1.

 

example of measure

CALCULATE([Measure], TOPN(10, ALL(Table[location ID]), [Measure]), values(Table[location ID]))

 

or you can use visual level top filter

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
themistoklis
Community Champion
Community Champion

@rodieade 

 

This thread will probably help

 

On Power Query editor, split Column values by the delimiter and on advanced options select ' split into rows'

Then plot the countries on a map

 

https://community.powerbi.com/t5/Desktop/How-to-split-the-the-Column-into-Multiple-rows/m-p/255014#M...

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.