Forum Discussion
daledale
6 years agoFrequent Visitor
Applying a tooltip for different quarters
Hi everyone, I'm trying to add a tooltip (either as the default hover text globe, or as an additional report page). I have a line chart with 4 Quarter (Q1, Q2...) and 4 lines (one for each budg...
Anonymous
6 years agoNot applicable
HI daledale ,
If you drag column on tooltip field, it will force enabled summary mode, first/last/count on it to handle aggregate records. I'd like to suggest you write a message with CONCATENATEX function and use on tooltip fields to display all related items:
Measure = CONCATENATEX(VALUES('Table'[CType]),[CType],",")
Regards,
Xiaoxin Sheng
daledale
6 years agoFrequent Visitor
Thanks,
The text is dispalyed correctly, but the problem is that displays the same for each quarter.
- Anonymous6 years agoNot applicable
HI daledale,
Can you please share some dummy data with the expected results for test and coding formula?
How to Get Your Question Answered Quickly
Regards,Xiaoxin Sheng