Forum Discussion

Goutham_07's avatar
Goutham_07
Frequent Visitor
2 years ago
Solved

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

  • Anonymous's avatar
    Anonymous
    2 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 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.

2 Replies

  • Anonymous's avatar
    Anonymous
    Not 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 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.