Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Report Tootip is not loading correctly

Hi All,

 

I create a report tooltip, and the figures are showing correctly. However, when I enable the report tooltip in the chart page the figures are blank.

 

Can you help me, please?

4 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Edhans,

       

      Thank you for your reply.

       

      Here is the report tooltip page and the DAX Formulas:

       

      Previous Week Bookings = 
          CALCULATE([Total Billings],
              FILTER ('Calendar Lookup Table', 'Calendar Lookup Table'[Fiscal Week]= "FY21wk14")
          )
      
      ​
      Current Week Bookings = 
          CALCULATE([Total Billings],
              FILTER ('Calendar Lookup Table', 'Calendar Lookup Table'[Fiscal Week]= "FY21wk15")
          )

       

       
      Here the chart with the tooltip: