Forum Discussion

Analitika's avatar
Analitika
Post Prodigy
6 years ago

Custom tooltip formula to multiple visuals

How to write formula for custom tooltip, which will depend on each visuals hover

i need get tooltips values from different tables and columns, depending on which visual is hovered

something like that

 

ToolTip =
SWITCH(
TRUE(),
isfiltered('DBA2'[OB2]),values('DBA2'[OB2]), //1 visual
isfiltered('DBAS'[OBJ]),values('DBAS'[OBJ]), //2 visual
isfiltered('DBA3'[OB3]),values('DBA3'[OB3]), //3 visual
[OB4] // others
)

 

but that formula not work properly

7 Replies

    • Analitika's avatar
      Analitika
      Post Prodigy

      Yes, i using that, but it require to create new tooltip to each visual, so on report page i have 12 visuals and must create 12 pages for tooltips, which makes it difficult to navigate through the pages

      • az38's avatar
        az38
        Community Champion

        Analitika 

        I do not completely understand your data model and requirement, so if you provide more detailed information (maybe screenshots), we will able to help you