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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors