Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Vivek26
Helper I
Helper I

Moving Data from PowerBI report to a RDBMS

Hi All , 

 

We have built a data model in PowerBI , Wrote some calculated columns and complex measures to finally acheive meaningful report output. The report is well received and is highly used by users but now they want to utilize the output of the report calculations into other tools as well . So they want us to make the final data available on the Database as well.

We have 2 options here. 

1. Push the entire code to  and calculation Logic to DB.

2. Push the output of the report to a DB table 

 

Can you please let us know the feasibility of the second option and if any additional licensing would be required for it ?

1 ACCEPTED SOLUTION
elitesmitpatel
Super User
Super User

Hey @Vivek26 
Here are few things you can consider

  • Using Power BI Dataflows:

    • Dataflows allow you to extract, transform, and load (ETL) data in the Power BI service.
    • You can use Power BI Dataflows to store the data in Azure Data Lake Storage, which can then be accessed by other tools.
    • This method may require Power BI Premium, as Dataflows are a premium feature.
  • Using Power BI REST API:

    • The Power BI REST API can be used to export data from Power BI datasets and reports.
    • Custom scripts or applications can be created to fetch the data and push it into a database.
    • This approach typically requires development resources to create and maintain the necessary scripts or applications.
  • Power Automate Flows:

    • Power Automate (formerly Microsoft Flow) can be used to automate the process of exporting data from Power BI to a database.
    • You can create a flow that runs on a schedule or is triggered by an event, exporting data from Power BI and inserting it into your database.
    • Power Automate can integrate with various databases like SQL Server, Azure SQL Database, and more.
  • Paginated Reports:

    • Power BI Paginated Reports can export data to a variety of formats (e.g., CSV, Excel).
    • These exported files can be automated to be pushed into a database using additional ETL tools or scripts.
    • Paginated Reports require a Power BI Premium license.

Hope it helps , please Accept it as Solution that will help other community member.

 

View solution in original post

1 REPLY 1
elitesmitpatel
Super User
Super User

Hey @Vivek26 
Here are few things you can consider

  • Using Power BI Dataflows:

    • Dataflows allow you to extract, transform, and load (ETL) data in the Power BI service.
    • You can use Power BI Dataflows to store the data in Azure Data Lake Storage, which can then be accessed by other tools.
    • This method may require Power BI Premium, as Dataflows are a premium feature.
  • Using Power BI REST API:

    • The Power BI REST API can be used to export data from Power BI datasets and reports.
    • Custom scripts or applications can be created to fetch the data and push it into a database.
    • This approach typically requires development resources to create and maintain the necessary scripts or applications.
  • Power Automate Flows:

    • Power Automate (formerly Microsoft Flow) can be used to automate the process of exporting data from Power BI to a database.
    • You can create a flow that runs on a schedule or is triggered by an event, exporting data from Power BI and inserting it into your database.
    • Power Automate can integrate with various databases like SQL Server, Azure SQL Database, and more.
  • Paginated Reports:

    • Power BI Paginated Reports can export data to a variety of formats (e.g., CSV, Excel).
    • These exported files can be automated to be pushed into a database using additional ETL tools or scripts.
    • Paginated Reports require a Power BI Premium license.

Hope it helps , please Accept it as Solution that will help other community member.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors