The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I have a pie chart and a donut chart on my dashboard and a few slicers to filter on specific data points. There are some data points that will not have data to display in the pie and/or donut charts, when this occurs I have a card overlaying the charts that displays a "No data found" message. The issue I'm running into is the users are not able to access the tooltips on the pie and donut charts because the cards are on top. I set background of the cards to 100% transparency. Any help would be appreciated.
Solved! Go to Solution.
whichever visual is "on top" (first in the z order) will consume all mouse interactions. The cards need to be stacked further down in the z order ("move to back") and then pie and donut charts need to have transparent backgrounds instead.
whichever visual is "on top" (first in the z order) will consume all mouse interactions. The cards need to be stacked further down in the z order ("move to back") and then pie and donut charts need to have transparent backgrounds instead.