Forum Discussion

Analitika's avatar
Analitika
Post Prodigy
5 years ago

Custom tooltip BUG

Cumulative cash flow visual use same measure like customtooltips

 

but custom tooltip show different value not cumulative, but only quarter sum

 

Measure =
CALCULATE(
CALCULATE(
SUMX(CF,[Value]),
FILTER (
ALLSELECTED ( 'Calendar'),
'Calendar'[Date] <= MAX ( 'Calendar'[Date] )
)
)
)

How to show in custom tooltip same value like in visual?

 

5 Replies

  • v-lionel-msft's avatar
    v-lionel-msft
    Community Support

    Hi Analitika ,

     

    Maybe customtooltips is filtered by other fields, please provide a sample .pbix file and I'll help you check the problem.

     

    Best regards,
    Lionel Chen

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • v-lionel-msft's avatar
    v-lionel-msft
    Community Support

    Hi Analitika ,

     

    I'm very sorry for the late reply.

    It's not a bug.
    This problem occurs because the measure can not be accumulated in the "Card" visual.

    Therefore,  this measure returns the aggregate value of the current date, not the aggregate value of a period of time in the tooltip.

     

    Since your report has a slicer, the accumulated value will also change when the date changes, so this is not feasible at present.

     

    Best regards,
    Lionel Chen

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.