Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Does anyone have a trick to change the background color back to "no color"? The only way I have found to choose "no color" is to reset ALL columns back to the defaults (but that really stinks if I have already formatted many columns.)
Solved! Go to Solution.
Hi @joyhackett ,
You can create the measure, write a transparent color using the measure, and then use conditional formatting to change the background color of the field to the measure.
mask_transparency = IF(MAX('financials'[COGS]),"#000000000")
The final result is shown below:
You can also submit an idea for it at https://ideas.powerbi.com/forums and wait for users with the same needs as you to vote for you to help make it happen as soon as possible.
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @joyhackett ,
You can create the measure, write a transparent color using the measure, and then use conditional formatting to change the background color of the field to the measure.
mask_transparency = IF(MAX('financials'[COGS]),"#000000000")
The final result is shown below:
You can also submit an idea for it at https://ideas.powerbi.com/forums and wait for users with the same needs as you to vote for you to help make it happen as soon as possible.
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
49 | |
42 | |
39 | |
38 |