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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I'd like to ask your advice. In PowerBI I use the RouteMap visual to display the routes our vehicles have been driving on. I use the standard colors (blue, green,...). However, for certain sections I would like the line not to be visible. Is it possible to change the color to transparent (#FFFFFF00)? I can't do it.
I guess it would be possible to split the runs into more sections and leave the ones I don't want to show out of the input data altogether. But that would be too complicated. The simplest solution would be to just make some sections invisible 🙂
Thank You
Mila
Solved! Go to Solution.
HI @Mila22,
AFAIK, current this visual seems not support to setting data color to transparent.
In my opinion, I'd like to suggest you use Dax expression to replace the raw value field with if statement to check and replace specific part of value to blank and use on your chart. For these blank parts, power bi should not display on the chart to indirectly achieve your requirement.
Regads,
Xiaoxin Sheng
HI @Mila22,
AFAIK, current this visual seems not support to setting data color to transparent.
In my opinion, I'd like to suggest you use Dax expression to replace the raw value field with if statement to check and replace specific part of value to blank and use on your chart. For these blank parts, power bi should not display on the chart to indirectly achieve your requirement.
Regads,
Xiaoxin Sheng
Thank you for your answer!