I personally would not use a Table visual for this, but if you have to: You can't set the column heading to a transparent colour in Power BI Desktop itself. However, if you save as a PBIP, you can locate the visual.json file corresponding to the table visual ( PBI Explorer or other tools may be useful for this) and manually change the "color" properties within the "columnHeaders" property to a transparent hex code, such as #FFFFFF00 I tried this and it appeared to work in Power BI Desktop at least. Here is an extract from the visual.json file: "columnHeaders": [ { "properties": { "outlineStyle": { "expr": { "Literal": { "Value": "0D" } } }, "backColor": { "solid": { "color": { "expr": { "Literal": { "Value": "'#FFFFFF00'" } } } } }, "fontColor": { "solid": { "color": { "expr": { "Literal": { "Value": "'#FFFFFF00'" } } } } } } } ], Caveat: Changes outside Power BI Desktop (especially applying settings not normally available) may not be fully supported. https://learn.microsoft.com/en-us/power-bi/developer/projects/projects-overview#changes-outside-power-bi-desktop Answer from Ozeroth 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 - I am trying to put a transparent visual on top of a card so that my end user can drill through the card. I need to make the data color transparent and thought using a field value as the color would allow me to do this. I have a measure that I also thought would result in this transparent color.
🌐
Microsoft Fabric Community
community.fabric.microsoft.com › t5 › Desktop › Transparent-Background-in-Power-BI-Table › m-p › 508104
Solved: Transparent Background in Power BI Table - Microsoft Fabric Community
August 27, 2024 - Hello! Any chance you can choose Transparent for the Background color of a Table (Headers and Values)? I would want to show only the color of the font over the page background, but I can't find how to unselect a color in the table format segment. Nothing fancy as conditional... just a plain tra...
🌐
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?

🌐
Smantindata
smantindata.com › home › power bi › how to give power bi visuals a transparent background
How to give Power BI visuals a transparent background - Smantin Data
March 23, 2025 - ... You can remove the background color by navigating to Visualizations > General > Effects > Background as shown below. Then, toggle the background selection from ‘on’ to ‘off’. This will remove the background color from your slicer in Power BI. It will make it transparent instead of white.
🌐
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.
🌐
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. ... 🚀 Power BI’s Hidden Superpower: The Semantic Model If you think Power BI is just about creating visuals — think again.
Find elsewhere
🌐
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 - The solution is to create a measure that passes a color as HSLA values. HSLA is Hue, Saturation, Lightness & Alpha. It's the alpha value that can be adjusted to make any color transparent. In Power BI you can pass color values as HEX, RGB, CSS color names and as HSLA.
🌐
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   September 16, 2020
Views   19K
🌐
Excelerator BI
exceleratorbi.com.au › home › blog › how to › show or hide a power bi visual based on selection
Show or Hide a Power BI Visual Based on Selection ✅ - Excelerator BI
October 4, 2022 - Click on Conditional formatting, Select Format by as “field value” and then “Based on field” and select the [Make Transparent] measure. Importantly, the order of the visuals (front to back) needs to be: ... The visual to show/hide.
Call   @
Address   AU
🌐
Stack Overflow
stackoverflow.com › questions › 71585221 › how-to-make-an-imported-image-transparent-in-power-bi
powerbi - How to make an imported image transparent in Power BI? - Stack Overflow
As mentioned towards the end of the question above, if you are able to use hosted or Base64 encoded images, then the Image Pro by CloudScope custom visual can be used to accomplish this. ... Find the answer to your question by asking. Ask question ... See similar questions with these tags. ... Is there a substance that passes through gasses, but reacts violently (explosive) when confronted with solid matter? Runtime estimation in "How to factor 2048 bit RSA integers with less than a million noisy qubits"
🌐
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 - Interesting but in usual color pane that Power BI offers you can’t type hex code that works for transparency. My guess would be there’s a limit for characters in the color selection window, however pushing this value through DAX allows to overcome it. Once measures are created, apply them as conditional formatting Field Value for your card colors for Visual 1: After that just overlay Visual 2 with Visual 1 and play with filters to make sure it works :)
🌐
Microsoft Fabric Community
community.fabric.microsoft.com › t5 › Desktop › Is-it-possible-to-make-a-visual-transparent › td-p › 3009462
Is it possible to make a visual transparent? - Microsoft Fabric Community
April 17, 2024 - I want to make the entire donut chart visual somewhat transparent so it sits nicely on the background I created. There seems to be no way through the formatting options. Any ideas? ... @Anonymous If you can use Conditional Formatting and tie the colors to Field Values then you can use the transparent coding available in hex color coding. I believe Power BI uses this format #RRGGBBAA where the AA is the transparent color code.
🌐
The Bricks
thebricks.com › resources › guide-how-to-make-image-transparent-in-power-bi
How to Make an Image Transparent in Power BI
You can drag it, resize it, and layer it over any other visual or colored shape, and you'll never see that dreaded white box again. When to use this method: This is the go-to method for logos, icons, custom illustrations, or any image where you want a specific part (the background) removed while the subject itself remains solid and visible. You can create professional-looking designs by combining Power BI features. One powerful technique is to use a semi-transparent shape as an overlay to make important KPIs or charts stand out from a busy background.
🌐
Reddit
reddit.com › r/powerbi › how to make the card transparent in power bi
r/PowerBI on Reddit: How to make the Card transparent in Power BI
December 18, 2025 -

I recently started studying Power BI, and I had trouble managing the cards and their colors because I couldn't make the background completely transparent. After turning Power BI upside down, I found where the problem is:

> Select your Card > Format your Visual > Visual > Multiple Card Layout > Background (Disable)

It seems that the Card has three (and not two) backgrounds, and the one I mentioned above is the main one. After disabling the three backgrounds, you'll have a completely transparent card.

Location of the other two Backgrounds:

> Select Your Card > Format your Visual > Visual > Cards > Background (Disable)

> Select Your Card > Format your Visual > General > Effects > Background (Disable)

Hope this helps!

🌐
Enterprise DNA
blog.enterprisedna.co › dax-formulas-power-bi
DAX Power BI Tutorial On Report Transparency – Master Data Skills + AI
I also used an additional visual called Simple Image, which can be downloaded for free from the marketplace. I set the data category for the column as image URL, then chose normal scaling within the image setting section. ***** Related Links ***** High-Quality Power BI Report Navigation Experience Power BI Interactive Reports: Navigation And Bookmarks Power BI Page Navigation Updates, Tutorial, & Review · That’s it for my series on report transparency...