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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone,
I need some help to create an advanced map visual.
Say i have two columns Project ID and Locations
Now i have multiple locations for some projects
Project ID | Locations |
1 | USA |
2 | USA, Canada |
3 | USA, India |
4 | India |
5 | Canada |
Now on the map visual I want the projects to be circled at all the locations, ie, USA and India should have a mark for project 3; USA and Canada should have a mark for project 2, and so on.
Please let me know how to do this.
Solved! Go to Solution.
@shivalika - Seems to me that you would want to split your Locations column by delimiter in Power Query Editor and then unpivot your Location columns.
@shivalika - Seems to me that you would want to split your Locations column by delimiter in Power Query Editor and then unpivot your Location columns.