Forum Discussion
Paginated reports edit in react application
- Anonymous2 years ago
Hi Goutham_07 ,
It is not possible to edit paginated reports directly within a React application without using Power BI Report Builder.
beacuse
1.Paginated reports are created and edited using the Power BI Report Builder, which provides the necessary interface and tools for defining the data sources, datasets, layout, and other report properties.
2.Embedding paginated reports into applications is supported and can be done using the Power BI JavaScript API. However, this is for viewing and interacting with reports, not for editing them.
Below is the official link:
What are paginated reports in Power BI? - Power BI | Microsoft LearnBest Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Goutham_07 ,
It is not possible to edit paginated reports directly within a React application without using Power BI Report Builder.
beacuse
1.Paginated reports are created and edited using the Power BI Report Builder, which provides the necessary interface and tools for defining the data sources, datasets, layout, and other report properties.
2.Embedding paginated reports into applications is supported and can be done using the Power BI JavaScript API. However, this is for viewing and interacting with reports, not for editing them.
Below is the official link:
What are paginated reports in Power BI? - Power BI | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Goutham_072 years agoFrequent Visitor
Thanks for the update