Forum Discussion

maarten_74's avatar
maarten_74
Frequent Visitor
7 years ago
Solved

Dynamic tooltip on column chart

Hi there,

 

I've got a stacked column chart with 6 diffent measures. When i hover measure A1 the tooltip i would like to show two values:

1: Measure A1

2: Measure A1 + Measure A2:

 

Measure A1:

Measure A2:

Measure B1:

Measure B2:

Measure C1:

Measure C2:

 

  • Anonymous's avatar
    Anonymous
    7 years ago

    Hi maarten_74 ,

    Nope, default tooltip not support these. Power bi expand report page features and allow you to create custom tooltip page to instead normal tooltip.

    Regards,

    Xiaoxin Sheng

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi maarten_74 ,

    You can try to use report tooltip page with measures to achieve your requirement.

    Create tooltips based on report pages in Power BI Desktop
    For this scenario, you need to hard code your measure formula to check current category and invoke related measure result.
    BTW, I don't think it is possible or dynamic summarize measures without manually coding formula.

    Regards,

    Xiaoxin Sheng

    • maarten_74's avatar
      maarten_74
      Frequent Visitor
      Hi,

      It's ok to hard code the measure formulas. I would like to know if it's possible to use the default tooltip instead of a tooltip page.

      Regards
      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi maarten_74 ,

        Nope, default tooltip not support these. Power bi expand report page features and allow you to create custom tooltip page to instead normal tooltip.

        Regards,

        Xiaoxin Sheng