Forum Discussion
Dynamic tooltip image based on pie chart element
- 1 year ago
If you want to have it work based off a category in the chart. Create a table of campaigns and image links, with data type of the link set to image URL.
Campaign image =
Calculate(
Selectedvalue( campaignImage[image URL] )
,treatas( { datum[campaign] }, campaignImage[image[campaign])
)
Add the measure to a visual on the tooltip. When you hover on a slice of pie the campaignImage table will be filtered to a single image URL and return the image
Hi Deku
Sorry for the late response.
Thank you for being part of the Microsoft Fabric Community.
As highlighted by Deku , the proposed approach appears to effectively address your requirements. Could you please confirm if your issue has been resolved?
If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.
If the above information helps you, please give us a Kudos and marked the Accept as a solution.
Best Regards,
Community Support Team _ C Srikanth.