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
Ok Samarth_18 you´r solution works if i add the measure to the dataset that I´m connected to but not if I build the measure in the report.
So my problem are solved, thanks a bunch 👍