Yes. Just create a measure with returns "#ffffff00" (for 100% transparent) and use in Fx option of background color. 00 in the end is like the rgba transparency Answer from reinaldo_gil on reddit.com
🌐
Microsoft Power BI Community
community.powerbi.com › t5 › Desktop › Transparent-Data-Color › td-p › 1185555
Solved: Transparent Data Color - Microsoft Power BI Community
January 15, 2021 - ... Please make sure that the field values are listed in the CSS color spec at https://www.w3.org/TR/css-color-3/. These color values can include: 3, 6 or 8-digit hex codes, for example #3E4AFF.
Discussions

How to make table background transparent?
After your question has been solved u/NarrowCounter6735 , please reply to the helpful user's comment with the phrase "Solution verified". This will not only award a point to the contributor for their assistance but also update the post's flair to "Solved". I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/PowerBI
13
5
February 21, 2025
Creating transparent bar charts with DAX
quack quaint pocket steer normal rainstorm squash boat vegetable familiar This post was mass deleted and anonymized with Redact More on reddit.com
🌐 r/PowerBI
5
4
April 17, 2024
Trouble shoot. I followed this video but when it came to making the fill colors transparent it does not work. I just need my interactive map to be transparent.

If you're using Hex RGB Colors, check if you have 8 digits.

Not everything uses the alpha channel, but a bunch do.

It uses this format.

RRGGBB
RRGGBBAA

Values are 0-255 for red, green, blue, and alpha in hex ( Hex only requires 2 digits. )

the range 0-255 in hex is 0-ff

ff1122      a red color
ff1122ff    red 100% opacity, 0% transparent
ff11227f    red 50% opacity
ff112200    0% opacity, 100% transparent

Some places might allow the rgb syntax. It uses CSS formatting

rgb(255 255 255)
rgb(255 255 255 / 50%)
More on reddit.com
🌐 r/PowerBI
2
1
January 9, 2023
Is it possible to write a DAX or method that turns a card or chart's opacity to 100% if it has no value?
Yes. Just create a measure with returns "#ffffff00" (for 100% transparent) and use in Fx option of background color. 00 in the end is like the rgba transparency More on reddit.com
🌐 r/PowerBI
4
14
June 18, 2023
🌐
Sandeep Pawar
pawarbi.github.io › blog › powerbi › dataviz › eda › 2021 › 09 › 03 › color-transperancy-powerbi.html
Dynamically Changing the Color Transparency in Power BI | Sandeep Pawar
September 3, 2021 - In Power BI you can pass color values as HEX, RGB, CSS color names and as HSLA. All you have to do find the HSLA color by using an online color converter such as this one :https://htmlcolors.com/hsla-color and voila you can now adjust the transparency dynamically by coupling it with What-If parameter. Below are the steps. ... Create a What If parameter. This is optional. If you want to hard code the alpha value, you can just include that in the measure.
🌐
LinkedIn
linkedin.com › pulse › show-different-visuals-based-condition-power-bi-alina-fisher
Show different visuals based on condition in Power BI
February 6, 2021 - So basically what it says, is that if Selected reason – Reason A, use color code #FFFFF00 – which in hex stands for transparent. Otherwise use the color you have customized for your visual.
🌐
Microsoft Community
community.fabric.microsoft.com › t5 › Custom-Visuals-Ideas-read-only › Transparency-as-a-Colour › idi-p › 2398422
Transparency as a Colour - Microsoft Fabric Community
August 15, 2024 - Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now! ... Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type. ... Custom Visuals Ideas will be in read-only beginning Friday, Feb. 28 as we prepare to move these ideas to the new Fabric Ideas. ... This is a simple thing to ask for, but I'm sure it's very difficult to implement. Allow the Hex Transparency value #FFFFFF00 to be used as a standard option on all charts and visuals.
🌐
LinkedIn
linkedin.com › posts › osborntim_ffffff00-ffffff-activity-7394621519190028289-oEyY
How to Make Power BI Visuals Transparent with Hex Code | Timothy Osborn posted on the topic | LinkedIn
November 13, 2025 - ... I often use rgba(0,0,0,0) for transparent formatting as it’s pretty easy to remember. The last part allows us to control the opacity of the colour, which is similar to the last 2 digits of the hex code.
🌐
Havens Consulting
havensconsulting.net › blog-and-media › 2019 › 11 › 12 › conditional-formatting-with-transparent-color-code-in-power-bi
Conditional Formatting with Transparent Color Code in Power BI — Havens Consulting
November 12, 2019 - Learn how to apply a transparent HEX color using Field based conditional formatting and DAX measures in Power BI!
Address   733 Lake St S Kirkland US
Find elsewhere
🌐
Reddit
reddit.com › r/powerbi › how to make table background transparent?
r/PowerBI on Reddit: How to make table background transparent?
February 21, 2025 -

Instead of a KPI card I'd like to use a table visual to represent the percentage. However, I am unable to hide the column heading appropriately. How would I go about fixing this?

🌐
YouTube
youtube.com › havens consulting
Conditional Formatting with Transparent Color Code in Power BI - YouTube
Learn how to apply a transparent HEX color using Field based conditional formatting and DAX measures in Power BI! Matt Allington's Article: https://excelerat...
Published   March 10, 2025
Views   2K
🌐
Enterprise DNA
blog.enterprisedna.co › conditional-formatting-and-transparency-hex-codes
Conditional Formatting with Transparency Hex Codes – Master Data Skills + AI
However, we can make any element with a conditional formatting option here transparent using field value and conditional formatting. If we bump this slider up a little bit, it’ll show the hex code with two optional characters on the end, as shown in the image below.
🌐
BiNexus
binexus.net › home › pbi’s little secret, transparent hex codes
PBI's Little Secret, Transparent Hex Codes - BiNexus
November 1, 2024 - Put this little hex code inside of a measure and call it something like “Hex Transparent.” Hex Transparent = FORMAT ( “#FFFFFF00“, “0” ) In this eight-digit hex code: 💠 #FFFFFF represents the color.
🌐
Microsoft Power BI Community
community.powerbi.com › t5 › Desktop › Transparent-code-FFFFFF00-in-Dax-results-in-quot-Error-occurred › td-p › 1782887
Solved: Transparent code #FFFFFF00 in Dax results in "Erro... - Microsoft Power BI Community
June 10, 2022 - Hi all I am hoping someone can help me. Im trying to use a DAX formula to return either Transparent (#FFFFFF00) or a color. Then I use this DAX to conditionally fill a button. However when I use the 8 digit Hex code I get an error rendering the report. When I use a 6 digit Hex code it works, ...
🌐
YouTube
youtube.com › curbal
Making (some) things transparent in Power BI - YouTube
Did you know that you can set transparency as a "color" in Power BI ? In this video I will show you how to do it together with an example of why it is useful...
Published   April 1, 2024
Views   19K
🌐
BI Samurai
bisamurai.com › home › color opacity/transparency
Color opacity/transparency in Power BI - BI Samurai
March 13, 2023 - With our custom visuals, dynamically changing color opacity/transparency in a Power BI Report becomes very easy.
🌐
Reddit
reddit.com › r/powerbi › creating transparent bar charts with dax
r/PowerBI on Reddit: Creating transparent bar charts with DAX
April 17, 2024 -

Hi there, really hope you can help me out.
I have a bar chart with project duration and want to visualize it as a gantt chart so the start dates has to be relative to each other. I got it working followoing Bas on youtube but the "leftPadding" Which pushes the project bars in correlation to its start date has a color, teh youtube video just made in white to blend in with background but i really wantr to make in transparent. Any idea? This is what ive tried so far: dont know how to call the color in the same dax statement

🌐
Fausto Capellan, Jr
faustocapellan.com › 2020 › 06 › 01 › how-to-2-add-transparency-to-hex-colors-in-power-apps
How-To #2: Add Transparency to Hex Colors in Power Apps – Fausto Capellan, Jr
June 1, 2020 - With RGBA(), you can change the Alpha value from 0, which is transparent, to 1, which is full. And to add transparency, you can use any decimals between 0 and 1, such as RGBA(255, 255, 0, 0.7). But what about transparency for hex colors? How ...
🌐
Microsoft
ideas.fabric.microsoft.com › ideas › idea
Set transparency for colors in Power BI - Microsoft Fabric Community
November 5, 2025 - Being able to set transparency for Colors. RGBA or equivalent is extremely critical visualization tool. This is very helpful when you want to layer visualizations on top of each other. Ex. Layer an image on top of a text box. Layer different parts of an area chart.
🌐
Data Savvy
datasavvy.me › home › accessibility › fun with power bi and color math
Fun with Power BI and Color Math - Data Savvy
December 28, 2020 - #F3F2F1 is RGB(243, 242, 241), and #007E97 is RGB(0,126,151). On a side note, there are places in Power BI where we can change the transparency of the color which is referred to as RGBA (where A represents opacity/transparency).