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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
Solved! Go to Solution.
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
@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
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 82 | |
| 34 | |
| 29 | |
| 25 |