Forum Discussion
Text & Tooltips from Measure
Hello Power Bi Community!
I have a card (see below) that shows an amount for the remaining year. This was completed by using a Measure.
Now, I want to use a tooltip to show the text of those 2 items, where the user can hover over the number and see the text associated with that number. For example, in the data source, one number would be in the row with "Hammer" and the other number would be associated with "Nails". The user can hover over the number and see that text.
Here is an example of the data row:
I have the card that displays the "Quantity" for December using a Measure. But I want a tooltip that displays the name of the "Items" of the month. In this case, when the user hovers over the card they see "Nail", "Hammer".
Thanks for the help!
Thank you! Any help is appreciated!
See attached.
4 Replies
- lbendlinSuper User
Use CONCATENATEX() to construct the text measure for the tooltip.
- AnonymousNot applicable
Thank you for the reply!
Would you mind elaborating on how you would use the CONCATENATEX() function? Here is an example of the data row:
I have the card that displays the "Quantity" for December using a Measure. But I want a tooltip that displays the name of the "Items" of the month. In this case, when the user hovers over the card they see "Nail", "Hammer".
Thanks for the help!- lbendlinSuper User