Forum

1.03 Filled Map cou...
 
Notifications
Clear all

1.03 Filled Map country labels in background

4 Posts
2 Users
0 Reactions
74 Views
(@steveo)
Posts: 26
Eminent Member
Topic starter
 

Mynda,

I recreated the dashboard in lesson 1.03.  With the filled map visualization my map has the country labels in the background unlike yours.  I see where I can turn them on or off, but how do bring these to the forefront like yours?  I'm sure it is operator error.  

Also it seems my map orientates itself differently.  Is that because I'm in a different country than you? 

 

Thanks,

Stevefilled-map.png

 
Posted : 27/08/2020 2:52 pm
(@mynda)
Posts: 4761
Member Admin
 

Hi Steve,

That looks like a bug. When I create a new filled map visual now it also shows the labels behind the data!

I'll report it to Microsoft.

Mynda

 
Posted : 27/08/2020 6:51 pm
(@mynda)
Posts: 4761
Member Admin
 

Update from Microsoft, it is a bug and they'll look into it. In the meantime you can use a custom theme, but that requires you to create the visual in Power BI Desktop, so won't help in this example. 

In the meantime you can override the hidden labels with a custom theme file (see session 4.18) as a workaround:

 

"visualStyles": {

        "map": {

            "*": {

                "dataPoint":[{

                    "transparency": 50

                }],

}

},

        "filledMap": {

            "*": {

                "dataPoint":[{

                    "transparency": 50

                }],

 
Posted : 27/08/2020 10:12 pm
(@steveo)
Posts: 26
Eminent Member
Topic starter
 

Thank you so much.

 
Posted : 28/08/2020 8:04 am
Share: