Forum Discussion
Static tooltip value
- 3 years ago
Hi Copycat ,
According to your description, here's my solution.
Measure = VAR _MIN = MINX ( FILTER ( ALL ( 'Table' ), 'Table'[Class] = MAX ( 'Table'[Class] ) ), 'Table'[Date] ) RETURN MAXX ( FILTER ( ALL ( 'Table' ), 'Table'[Date] = _MIN ), 'Table'[Score] )Then create a new page, in the page formatting pane, turn on "Allow use as tooltip", and select custom cavans, then set the suitable height and width.
Then create a table visual in the page and put the measure in the visual.
In the original page, turn on the Tooltips option and select Report page, select Page2.
Get the correct result:
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Copycat ,
According to your description, here's my solution.
Measure =
VAR _MIN =
MINX (
FILTER ( ALL ( 'Table' ), 'Table'[Class] = MAX ( 'Table'[Class] ) ),
'Table'[Date]
)
RETURN
MAXX ( FILTER ( ALL ( 'Table' ), 'Table'[Date] = _MIN ), 'Table'[Score] )
Then create a new page, in the page formatting pane, turn on "Allow use as tooltip", and select custom cavans, then set the suitable height and width.
Then create a table visual in the page and put the measure in the visual.
In the original page, turn on the Tooltips option and select Report page, select Page2.
Get the correct result:
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.