Forum Discussion
Visual name form PowerAutomate flow - how can we get it ?
- Anonymous2 years ago
Hi Kopek
There are two ways to get the name of the visual:
1. Use the getVisuals client API.
2. Listen and log the visualClicked event, which is triggered when a visual is selected. For more information, see How to handle eventsThese links can help you:
Export Power BI embedded analytics reports API - Power BI | Microsoft Learn
Get pages and visuals in a Power BI embedded analytics application | Microsoft Learn
How to handle events in a Power BI embedded analytics application | Microsoft Learn
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Kopek
There are two ways to get the name of the visual:
1. Use the getVisuals client API.
2. Listen and log the visualClicked event, which is triggered when a visual is selected. For more information, see How to handle events
These links can help you:
Export Power BI embedded analytics reports API - Power BI | Microsoft Learn
Get pages and visuals in a Power BI embedded analytics application | Microsoft Learn
How to handle events in a Power BI embedded analytics application | Microsoft Learn
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.