Let's my dashboard has 2 categories, category A has 10 charts and category B has 5 KPIs. When I select category B on the drop-down slicer, I want only 5 charts to show instead of 10 from category A. Instead of bookmarks, is there a way to make these visuals appear/disappear?
How to make table background transparent?
Creating transparent bar charts with DAX
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
Is it possible to write a DAX or method that turns a card or chart's opacity to 100% if it has no value?
Videos
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?
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