Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Tooltip change detection does not update tooltip when value changes

Hi, 

I am using a card to measure value and then tooltip to break down measure into 2 categories. 

 

When the value of the card updates using 5 min change detection of importdatetime column, the tooltip for the category breakdown does not update. Have tried applying change detection in service and on desktop file as well as testing in 3 different browsers and same issue. 

Performance analyzer shows no issues with tool tip performance. 

 

Having to use card and reference labels as alternative now.

 

Any suggestions would be greatly appreciated. Thank you. 

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous 

     

    It's important to note that default tooltips in Power BI might not always reflect dynamic content changes immediately, especially when tied to complex interactions like change detection. For more control over tooltip content and its refresh behavior, consider creating tooltips based on custom report pages. This approach offers better flexibility and ensures that the tooltips can be updated more reliably.

    Customizing tooltips in Power BI Desktop - Power BI | Microsoft Learn

     

    Regarding the change detection mechanism you're using, it's designed to refresh visuals on a page based on detecting changes in the data rather than a specific refresh interval.

    Automatic page refresh in Power BI Desktop - Power BI | Microsoft Learn

     

    Ensure that the tooltip is configured correctly to display the breakdown categories. If you're using a custom tooltip (based on a report page), double-check the data fields and filters applied.

    Confirm that the change detection is properly set up for both the card and the tooltip content. It might be necessary to explicitly define the change detection measure for the tooltip content if it's based on a different logic or dataset.

     

    Best Regards

    Zhengdong Xu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous 

     

    It's important to note that default tooltips in Power BI might not always reflect dynamic content changes immediately, especially when tied to complex interactions like change detection. For more control over tooltip content and its refresh behavior, consider creating tooltips based on custom report pages. This approach offers better flexibility and ensures that the tooltips can be updated more reliably.

    Customizing tooltips in Power BI Desktop - Power BI | Microsoft Learn

     

    Regarding the change detection mechanism you're using, it's designed to refresh visuals on a page based on detecting changes in the data rather than a specific refresh interval.

    Automatic page refresh in Power BI Desktop - Power BI | Microsoft Learn

     

    Ensure that the tooltip is configured correctly to display the breakdown categories. If you're using a custom tooltip (based on a report page), double-check the data fields and filters applied.

    Confirm that the change detection is properly set up for both the card and the tooltip content. It might be necessary to explicitly define the change detection measure for the tooltip content if it's based on a different logic or dataset.

     

    Best Regards

    Zhengdong Xu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.