Forum Discussion
Tooltip advise
I am trying to add a tooltip option to this data so that when anyone hovers over any vendor, they can see the spend for that supplier. I do not want to add a new column for spend due to availability of real estate on the power BI. I want to use the remaining space for powerapp. I tried a data card option on another page and attached to this report but it looks huge and is making it difficult to make it small (2nd screenshot) and when I make it small my spend data gets hidden. Is there a way to use tooltip feature and not having to create a 2nd page for tooltip and use the tooltip option and add data field to that tooltip option.
Kindly advise.
hello sid-agarwal ,
unfortunately, you dont have the tooltip feature for tables like for other tables.
did you consider concatenating the spent value with the vendor name ,
and use unichar(10).
you will have something like this,
hope this could help you .
1 Reply
- Daniel29195
Community Champion
hello sid-agarwal ,
unfortunately, you dont have the tooltip feature for tables like for other tables.
did you consider concatenating the spent value with the vendor name ,
and use unichar(10).
you will have something like this,
hope this could help you .