Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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!