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.
Say I have a heat map that looks like this
Is it possible to hover over a single heat map cell and have power bi display a custom scatterplot for each cell? Like if I hovered over the Pclass and fare connection it would display a scatter plot comparing the two and so on.
Depends if the visual you are using for the heatmap supports custom tooltips. What have you tried and where are you stuck?
So far I have created the scatter chart in a new page as a tooltip. Right now if I hover over a cell in the heatmap it is only showing one data point and the x and y axis are static. Is there a way to make the x and y axis change on the tooltip based off of what is being hovered over using dax?
Please indicate the visual you are using for this. Maybe provide some sample data to illustrate the issue.