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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.