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 Jaskier698
We haven't heard from you since last response and just wanted to check whether the solution provided has worked for you. If yes, please Accept as Solution to help others benefit in the community.
Thank you.
If the above information is helpful, please give us Kudos and mark the response as Accepted as solution.
Best Regards,
Community Support Team _ C Srikanth.