Forum Discussion
Paginated reports edit in react application
Hi All
We have embed paginated reports in REACT applcation by using service principal ,Can we able to edit paginated reports in application without power BI report builder?if yse,please suggest approach
- 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.
2 Replies
- AnonymousNot applicable
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.
- Goutham_07Frequent Visitor
Thanks for the update