Forum Discussion
Separate CONCATENATEX
Good evening everyone,
I have created a custom tooltip that contains a button that contains a name.
But if the name has multiple Land ID and YOP, the tooltip shows all the Land ID and YOP, not a single focused name
What I want is that when I specify the value of, for example LandID 10303011 and YOP 2005, the only value in the tooltip that showed is the only intended name value, not the entire value from the highest hierarchy.
My DAX code is:
This is my SELECTED Value DAX:
How to get one single specific highlight value on the tooltip
Thank you very much
Hi Anonymous ,
Ideally you should not use concatenx in your tooltip code otherwise it will always give you all values in this way only. To get only that value which are hovering on tooltip, you can refer below thread. It helped me hope it will you too.
https://community.powerbi.com/t5/Desktop/Custom-Tooltip-on-Matrix-Based-on-Measure/td-p/991280
Thank you,
Samarth
3 Replies
- Samarth_18Community Champion
Hi Anonymous ,
Ideally you should not use concatenx in your tooltip code otherwise it will always give you all values in this way only. To get only that value which are hovering on tooltip, you can refer below thread. It helped me hope it will you too.
https://community.powerbi.com/t5/Desktop/Custom-Tooltip-on-Matrix-Based-on-Measure/td-p/991280
Thank you,
Samarth
- AnonymousNot applicable
Hi Anonymous .
You can use report tooltip in order to achieve the same.
Refer https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips
Regards,
Sanket Bhagwat
- AnonymousNot applicable
The tooltip is already customized in the separate page using custom tooltip