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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
space83
Helper IV
Helper IV

Load vs Transform Data

What the different between Load and Transform Data?

Which 1 is best to use for direct query method?

 

load-transform-data.jpg

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

Hi @space83 ,

 

We think there is no best method, only suitable method.

It depends on your requirement.

If you want to create some measures or visuals firstly, you can load the data.

If you want to do some transformations using M query, you can click transform.

But there are some limitations by using Direct Query, so you need to pay attention when you use these two methods.

 

Please refer this article.

https://radacad.com/directquery-connection-in-power-bi-how-does-it-work-limitations-and-advantages

 

lo1.jpg

 

lo2.jpg

 

Best regards,

 

Community Support Team _ zhenbw

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

6 REPLIES 6
v-zhenbw-msft
Community Support
Community Support

Hi @space83 ,

 

We think there is no best method, only suitable method.

It depends on your requirement.

If you want to create some measures or visuals firstly, you can load the data.

If you want to do some transformations using M query, you can click transform.

But there are some limitations by using Direct Query, so you need to pay attention when you use these two methods.

 

Please refer this article.

https://radacad.com/directquery-connection-in-power-bi-how-does-it-work-limitations-and-advantages

 

lo1.jpg

 

lo2.jpg

 

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

space83
Helper IV
Helper IV

i just notice direct query are not supported transform data.

 

i think this is key point.

Anonymous
Not applicable

If you use sql database just try Stored procedure to import data. Its more efficent and easy to change.

stored procedure are not support. there have some configuration need to enable at mssql database.

PhilipTreacy
Super User
Super User

@space83 

Load : Load the data into Power BI without making any changes to it.

Transform : Modify the data before loading it into Power BI

Further reading https://docs.microsoft.com/en-us/power-query/power-query-what-is-power-query

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Anonymous
Not applicable

When you load data you can use data directly as you import on power bi desktop.

 

If you use transform you can modify the data you already have or importing data.

Eg:

  • change column names
  • add columns
  • change format etc

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors