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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have a table with project names and it contains a column for location, which is pulled from another table. I'd like to be able to select multple locations for a project and have them displayed on a map.
Here is a sample from the Project Table:
and Locations Table:
I also tried to break up the locations into multiple columns:
Using a one-to-one project to location works beautifully, but trying to use multiple locations doesn't seem to work.
Has anyone tried doing something like this, or is this a limitation?
Solved! Go to Solution.
Hello,
Since one project may have multiple locations which are stored in a string separated by comma, the best solution would be to transform the data table (with Advanced Editor) breaking up the data entry into x rows, one for each location related to the same project.
| Project Name | Location |
| Project A | Location 1 |
| Project A | Location 2 |
| Project A | Location 3 |
Hello,
Since one project may have multiple locations which are stored in a string separated by comma, the best solution would be to transform the data table (with Advanced Editor) breaking up the data entry into x rows, one for each location related to the same project.
| Project Name | Location |
| Project A | Location 1 |
| Project A | Location 2 |
| Project A | Location 3 |
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 172 | |
| 107 | |
| 92 | |
| 54 | |
| 46 |