Forum Discussion
Embedded reports - save user customization
- 3 years ago
Hi Markzolotoy ,
Yes, it is possible to embed a Power BI report into a web application and allow users to save their changes to the report. One way to achieve this is by using the Power BI Client API. This API allows you to programmatically interact with Power BI reports and embed them into your web application. You can use the API to create a custom interface for users to interact with the report, and then save their changes to a backend database or other storage mechanism. When the user returns to the report, you can use the API to load their saved changes and apply them to the report.
Refer to:
What is the Power BI embedded analytics Client API | 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 Markzolotoy ,
Yes, it is possible to embed a Power BI report into a web application and allow users to save their changes to the report. One way to achieve this is by using the Power BI Client API. This API allows you to programmatically interact with Power BI reports and embed them into your web application. You can use the API to create a custom interface for users to interact with the report, and then save their changes to a backend database or other storage mechanism. When the user returns to the report, you can use the API to load their saved changes and apply them to the report.
Refer to:
What is the Power BI embedded analytics Client API | 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.