Forum Discussion

JothiG's avatar
JothiG
Helper III
1 year ago
Solved

Dax not working

Tooltip screen must capture mouse hovering value from main visual and show it . how to write Dax for this. Ex: Tooltip must capture both the Ageing bucket (Above 6 months) and the Year (2022) from...
  • Cookistador's avatar
    Cookistador
    1 year ago

    I see, the issue is not comming from the dax, but the kind of visual you are using

     

    I converted my bar chart into a line charet, and now it is not working

    It is related to how the tooltip is working with a line chart, the standard tooltip returns all values for a specific data, so here it doesn't understand what it has to return

     

    The only workaround (I found), it is to use another visual