Forum Discussion
Tooltip for whole chart/table etc
- 6 years ago
Hi 44Bailey,
A way you could approach this is to create a new measure what has the text of the info you need.
You can use a button and then set an action to that button as page navigation with none as the page selection. Hit the Fx button next to the tooltip and choose the measure. Then when you hover over this the text is diplayed.
If you need a larger amount of info, another way would be to setup a report page tooltip. This way you can create a new report page with lots of text or whatever you want and use this as a tooltip for hover over. I've supplied a link to show how to do this as this guide is a bit longer.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips
Hope this help
Kris
Hi.
I have the following table:
| Tipo | Solped | Tiempo | Adicion |
| Nuevo | 20 | 10 | |
| Otrosi | RQ | 15 | |
| Proceso | 20 | 15 | |
| Proceso | 30 | 15 | |
| Proceso | 40 | 15 | |
| Proceso | 50 | 15 | |
| Nuevo | 30 | 15 |
I need, when the value in the column Tipo is "Nuevo", look in the same column on the other rows with the name "Proceso", the row that has the same value that the column "Solped" and then copy the value the column "Tiempo" and put in the column "adicion" in the row "nuevo"