Forum Discussion
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
- amitchandakSuper User
- DueckJFrequent Visitor
PY_Kalk_Netto_Auftragseingang_NeueProdukte = CALCULATE([Kalk_Netto_Auftragseingang_NeueProdukte_inkEUR],SAMEPERIODLASTYEAR(Daydate[Datum].[Date]))
- AnonymousNot 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