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
ramyakumar12
New Member

Is it possible to migrate existing power BI reports to use SAP HANA source instead of SQL server

We have Power BI reports which are built on Sql Server data source . However we are currenlty migrating from SQL Server to SAP HANA system . How can the Power BI reports be switched from SQL to SAP HANA ?

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@ramyakumar12  - 

I don't know if there are any migration tools, but I would try some tables out in Power Query.

 

In short, the amount of work will depend on how similar the data is between the SQL Server and SAP. This will require some tinkering in the Advanced Editor - M scripting.

 

If the structure of a table is identical in the sources, you could swap out the first step and the rest would just work.

Otherwise, add a new source for SAP and transform it to a point where it is identical to some step of the SQL Server query. Then, when you're ready, you can replace all of the SQL Server steps up to that point with the steps from SAP.

 

Hope this helps,

Nathan

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@ramyakumar12  - 

I don't know if there are any migration tools, but I would try some tables out in Power Query.

 

In short, the amount of work will depend on how similar the data is between the SQL Server and SAP. This will require some tinkering in the Advanced Editor - M scripting.

 

If the structure of a table is identical in the sources, you could swap out the first step and the rest would just work.

Otherwise, add a new source for SAP and transform it to a point where it is identical to some step of the SQL Server query. Then, when you're ready, you can replace all of the SQL Server steps up to that point with the steps from SAP.

 

Hope this helps,

Nathan

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