Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi, I project and i have this visual
These numbers are distributed in several locations, I tried to use tooltip and use "Show as a table" to be able to see the locations that are related to the numbers, but tooltip only let me display the first or last location only. How do i show every location when i click on the visual ?
Solved! Go to Solution.
@Anonymous , You can use tooltip page
https://docs.microsoft.com/en-us/power-bi/desktop-tooltips
or
create a measure like concatenatex(Table,Table[location],",")
and use that in tooltip
Hi @Anonymous,
I think amitchandak 's suggestion should help with your scenario, if this meets your requirement, you can consider accepting his suggestion to help others who has the same requirement to find it more quickly.
If not, please feel free to post with detailed information.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@Anonymous , You can use tooltip page
https://docs.microsoft.com/en-us/power-bi/desktop-tooltips
or
create a measure like concatenatex(Table,Table[location],",")
and use that in tooltip