Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Issue with multiple selection IDs when implementing custom report tooltip

Hello,

I am implementing report tooltip in a custom visual and have observed an issue.
For visuals such as Bowtie chart, two selection ID's are passed and it picks up the first selection
id on tooltip.
As shown in the below screenshot, March has values for both the years 2016 and 2017, but tooltip shows the first selection ID passed which is 2016.

image (6).png
What can be the approach used to solve this issue with multiple selection ids?

Status: Needs Info
Comments
v-yuezhe-msft
Employee

@poojam,

How do you enable report tooltip in the custom visual? Based on this article, report tooltips are not supported for custom visuals.

Regards,
Lydia

v-yuezhe-msft
Employee
Status changed to: Needs Info
 
poojam
Regular Visitor

@v-yuezhe-msft 

 

Report page tooltips are now allowed for custom visuals : https://microsoft.github.io/PowerBI-visuals/docs/how-to-guide/adding-report-page-tooltips/ 

 

Thanks