Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Problem: Looking for input and ideas on potential solutions to display in a Map visulatizion a column in data that allows multiple entries by state.
I have attempted delimiting the State column into multiple columns, and applied those unique columns to the "Location", but only the first column is displaying in the location.
Raw Data
| ID | State |
| 1 | Alabama; Alaska |
| 2 | Alabama |
| 3 | Alabama; Arkansas |
| 4 | California; New York; Rhode Island; Wyoming |
Result using this data: states display only in first value. For example, Alabama; Arkansas displays in Alabama as a unique value of "Alabama;Alaska" as a concentric circle around the Alabama value.
Delimited Attempt 1
| ID | State | |||
| 1 | Alabama | Alaska | ||
| 2 | Alabama | |||
| 3 | Alabama | Arkansas | ||
| 4 | California | New York | Rhode Island | Wyoming |
Result using this data: states display only the first state. For example, ID 1 only shows in Alabama and Alaska does not display.
Solved! Go to Solution.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.