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
Anonymous
Not applicable

Best practice for data extracting and transformation

Hi all

 

We are currently using QlikView in my company, but we are going to switch to Power BI. I have developed our solution in QlikView, and now I'm trying to learn to do the same in Power BI.

 

In QlikView I have separeated the process in three steps:

1. First I have a document which just gets raw data from the database

2. Another document transforms the data

3. And finally I have a document which loads the transformed data and displays different reports and dash boards

 

In Power BI I have so far done everything in one document. But it doesn't seem good to do this. What is best practice to set up this in Power BI? Is it even possible to split it into multiple steps?

1 ACCEPTED SOLUTION
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

There is no nessary to split this process into several documents in Power BI, you can do all of it in the Power BI Desktop and generate one document (or call it pbix file), It is also hard to split this process, a pbix file contain the connect information and the transform data depends on the connected data.

 

The common useage of Power BI is combine the Get Data step and Transform Data step, create report is optional, because when you publish the pbix file into Power BI Service, the transformed data will become a dataset, the report (even no visual in it) will become a report in Service, then you can create multi reports in Service depens on this dataset.

 

You can find a quick start about the Power BI Desktop here: https://docs.microsoft.com/en-us/power-bi/desktop-getting-started

 

Best regards,

 

Community Support Team _ DongLi
If this post helps, then please consider Accept it as the solution to help the other members find it more 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

There is no nessary to split this process into several documents in Power BI, you can do all of it in the Power BI Desktop and generate one document (or call it pbix file), It is also hard to split this process, a pbix file contain the connect information and the transform data depends on the connected data.

 

The common useage of Power BI is combine the Get Data step and Transform Data step, create report is optional, because when you publish the pbix file into Power BI Service, the transformed data will become a dataset, the report (even no visual in it) will become a report in Service, then you can create multi reports in Service depens on this dataset.

 

You can find a quick start about the Power BI Desktop here: https://docs.microsoft.com/en-us/power-bi/desktop-getting-started

 

Best regards,

 

Community Support Team _ DongLi
If this post helps, then please consider Accept it as the solution to help the other members find it more 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thank you  🙂 I'll do the extraction and transformation in the same document then.

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