Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
25 | |
11 | |
8 | |
7 | |
6 |
User | Count |
---|---|
25 | |
13 | |
12 | |
10 | |
6 |