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
You are changing background of text box right?if yes then it will work there also.
Can you please share PBIX after removing sensitive data?
Anonymous
5 years agoNot applicable
Ok, I´m in direct querry for this one so I can´t . But when I tested it in an import repport you´re trick works like a charm.
Maby it´s the direct querry that´s spoiling the fun, I´ll look in to that and get back.
By the way Samarth_18 thanks for all the help 🙏