Forum Discussion

Dul07's avatar
Dul07
New Member
5 years ago

Conditional formatting in data colours in map not working after publish

I applied the below measure :

 

StatusColores =
SWITCH (
SELECTEDVALUE ( GeoSiteBlueFlexmyMater[Status] ),
"Live Pilot", VAR color = [color transparent green] RETURN color,
"Not Started", VAR otrocolor = [color transparent orange] RETURN otrocolor,
"Pilot Prep. In Progress", VAR colour = [color transparent blue] RETURN colour
)
 
 
 
to the data colours in maps, to make the colours transparent. it works on desktop but no after publishing.
 
 

 

Any idea?

 

this is the mesuare I am using inside the first one:

 

color transparent orange =
VAR __BASECOLOR= "#e6550d"
VAR __TRANSPARENCY= "70" --30%-4D, 40%-66, 60%-99, 80%-CC. 90%-E6
RETURN
__BASECOLOR & __TRANSPARENCY
 
I am kind of new here, appreciate your help.
 
 
Regards

4 Replies

  • Dul07 , first these two steps.

    1. clear browser cache and try

    2. Republish -> clear browser cache and try 

     

    if this does not work , please let us know

    • Dul07's avatar
      Dul07
      New Member

      Hello, I tried, but still not working. is any other way I can make the colours transparent? 

       

      Thanks

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Dul07 

    What is your current version of Power BI Desktop ?You can check your desktop version in Help , the current latest version is May, if your version is not the latest, please update to the latest version, then publish report to the service to see if it takes effect

    Best Regards

    Community Support Team _ Ailsa Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Dul07 

    Has your problem been solved ? If it has been solved, then please consider Accept it as the solution to help the other members find it more quickly.

     

    Best Regards

    Community Support Team _ Ailsa Tao