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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello, custom visual developers,
does anyone know the command for arranging a background image (PNG), by moving it to the front? I am using a heatmap which I want to arrange it in the background which should appear only parts within an image png file. Currently, the image is in the background but I want to have it actually moved to the front and the heatmap part in the background then the cut-out parts of the PNG image will show the heatmap visualization only there. Which command may I use coding my custom visual in order to arrange the switch between the background image and visual in the front?
Thanks so much!
Solved! Go to Solution.
As far as I understand the question z-index might be used to change depth position of elements.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
As far as I understand the question z-index might be used to change depth position of elements.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Thanks a lot, Ignat, for the hint. That's it!