Forum Discussion
Applying a tooltip for different quarters
Something like this:
By using this slot to apply the comments:
The issue that I'm having is that is showing the same comment for each quarter, always the one for Q1.
It respects the budget if I change it with a slicer/filter, but the comment is always the one for Q1.
My comment table has Budget/Quarter/comment.
I belive that the issue is that when I go to Model, I need to stablish a relationship between the Quarter in my Comments Table and the table with the data for the graph.. But I'm not sure...
- Anonymous6 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
- daledale6 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