Forum Discussion
Anonymous
5 years agoNot applicable
Transparency changes background color
Hi All I need to have the background of a visual ≈50% transparent this changes the color so that it doesn´t mach the other visuals. Does anyone know if there is a way to sort this out? /M...
- 5 years ago
Hi Anonymous
You can create a measure with below code
Measure = "rgba(0, 0, 0,0.5)"Now use it as formula in your background color
Thanks,
Samarth
Samarth_18
5 years agoCommunity Champion
Hi Anonymous
You can create a measure with below code
Measure = "rgba(0, 0, 0,0.5)"Now use it as formula in your background color
Thanks,
Samarth
Anonymous
5 years agoNot applicable
Intressting, but I don´t understand were/how to use it as a formula in the background color. I´ve tride fx and use the messure there?
- Samarth_185 years agoCommunity Champion
Yes just click on the "FX" of the background option for the visual which you want to change:-
and select measure as field value
Note:- You can pass your RGB color accordingly and for transparency you can pass value at last. Like i have mentioned 0.5 for 50%.
- Anonymous5 years agoNot applicable
I clearly I´m missing something, can´t hit ok here. meassure is exat copy of yours.
- Samarth_185 years agoCommunity Champion
Click on "TEST color " then click "OK"