Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Analitika
Post Prodigy
Post Prodigy

Custom tooltip BUG

Cumulative cash flow visual use same measure like customtooltips

 

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

 

Analitika_0-1608552560850.png

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 5
v-lionel-msft
Community Support
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.

@v-lionel-msft 

If it not possible to do then this is a bug!!!

So how to fix this bug?

v-lionel-msft
Community Support
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 So, why you not help me?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.