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 am using a map visual by country and I want to see which countries are not getting mapped to the map visual as a table.
Solved! Go to Solution.
HI @afaro,
You can use dax expression to extract the field value from raw table records to create a new calculated table or import a dictionary table. The label mean the filter flag based on your conditions or dictionary mapping.
If you want to make these affects dynamic, you can use this new table field to create a slicer, then create a measure to get the selection from slicer and compare with raw table field values to return flag. (this flag measure is used on the 'visual level filter' of map visual and table visual, you can use flag to control and display different result on these two visuals)
Regards,
Xiaoxin Sheng
Hi @afaro,
You can create a custom table with countries and labels and link to the raw table.
Then you can use the label field on the map visual filters to control displayed countries and create a table visual with table records to show the invert values.
Regards,
Xiaxin Sheng
Where can I get the data for the custom table? What data is used in Power BI for country and label names?
HI @afaro,
You can use dax expression to extract the field value from raw table records to create a new calculated table or import a dictionary table. The label mean the filter flag based on your conditions or dictionary mapping.
If you want to make these affects dynamic, you can use this new table field to create a slicer, then create a measure to get the selection from slicer and compare with raw table field values to return flag. (this flag measure is used on the 'visual level filter' of map visual and table visual, you can use flag to control and display different result on these two visuals)
Regards,
Xiaoxin Sheng
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 |
|---|---|
| 19 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 31 | |
| 31 | |
| 20 | |
| 12 | |
| 12 |