Forum Discussion

DueckJ's avatar
DueckJ
Frequent Visitor
6 years ago

QuickInfo/Tooltip does not match the visual

I have created a chart with one column (actual values) and line (previous year values) per month. The actual values and also the previous year values are displayed correctly. When I move the mouse over a month, the tooltip is displayed incorrectly. For example, if I move the mouse to July, the value from September is displayed.

 

3 Replies

  • DueckJ ,

    Can you share a screen shot and formula.

     

    Just remove the measures and add them again

     

    • DueckJ's avatar
      DueckJ
      Frequent Visitor

      PY_Kalk_Netto_Auftragseingang_NeueProdukte = CALCULATE([Kalk_Netto_Auftragseingang_NeueProdukte_inkEUR],SAMEPERIODLASTYEAR(Daydate[Datum].[Date]))

       

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi DueckJ ,

        Actually, if you are using one measure with aggregate function, the tooltip display will have issue when this measure be used for tooltip. Please convert the corresponding measure to a calculated column and try again to check if the tooltip will display the correct value...

         

        Best Regards

        Rena