The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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