Forum Discussion
Using API to filter slicers and export summerized data into excel
- 3 years ago
Hi TangoTango ,
It seems that the API you mentioned refers to the Power BI REST API.
The Power BI REST APIs provide service endpoints for embedding, administration, governance and user resources.
With Power BI REST APIs you can do the following:
-
Manage Power BI content
-
Perform admin operations
-
Embed Power BI Content
According to your description, Power BI embedded analytics Client API may helps you.
The Power BI Client API is a client side library that allows you to programmatically control your embedded Power BI content, by using JavaScript or TypeScript.
Use the client APIs to communicate between Power BI items (such as reports and dashboards) and the application code. This gives you the flexibility to build an end user experience according to your design.
Here are some report operations:
Export data from a visual in Power BI embedded analytics | Microsoft Learn
Use slicers when embedding a report in Power BI embedded analytics | Microsoft Learn
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
-
Hi TangoTango ,
It seems that the API you mentioned refers to the Power BI REST API.
The Power BI REST APIs provide service endpoints for embedding, administration, governance and user resources.
With Power BI REST APIs you can do the following:
-
Manage Power BI content
-
Perform admin operations
-
Embed Power BI Content
According to your description, Power BI embedded analytics Client API may helps you.
The Power BI Client API is a client side library that allows you to programmatically control your embedded Power BI content, by using JavaScript or TypeScript.
Use the client APIs to communicate between Power BI items (such as reports and dashboards) and the application code. This gives you the flexibility to build an end user experience according to your design.
Here are some report operations:
Export data from a visual in Power BI embedded analytics | Microsoft Learn
Use slicers when embedding a report in Power BI embedded analytics | Microsoft Learn
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.