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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello
I have the below set of data (sample):
I want to create a filled map and allow all locations associated with each project to be highlighted at the same time once a project is selected.
Please advise how to do this?
Project | City 1 | City 2 |
X | Amman | Zarqa |
Y | Balqa | Madaba |
z | Fuhais | Amman |
Hi @Randqaq
You should try to Pivot your data (columns City 1 and City 2) to get something like that:
And then you create the filled map with "Project" as Legend
User | Count |
---|---|
6 | |
1 | |
1 | |
1 | |
1 |