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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
smjzahid
Helper V
Helper V

Power Query or Azure Data Factory ADF V2 When to use one over the other

I would like to know when it becomes more sensible to use ADFV2 (Mapping Dataflow) for data transformation. At my workplace we use Power Query and Power BI dataflow as well as Power Platform dataflow to transform our data and apply business logic. Both (Power BI dataflow and Power Platform Dataflow) as well as the Query Editor uses M in the background to write the transformation on data and applies each step. I have played around with ADV2 (Mapping Dataflow) and it presents you with a nice GUI to apply transformation to your data and in the background uses JSON to record all transformation. My question is when both technologies (Power BI Dataflow) and ADF V2 does same thing, How do we decide when to use one over the other and why would someone go and invest in ADF V2 (I mean pay for each individual pipeline run like Compute and Storage) when they get similar data transformation capabilities built in within Power BI desktop and POwer BI Dataflow (considering Pro License is in place) which costs much cheaper then ADFV2 Any help will be much appreciated on this, as to when to use ADFV2 over Power BI dataflow

5 REPLIES 5
Dhrubojit
Frequent Visitor

I have the same question, when we use adf Or azure data pipeline vs powerquery

DeepEureka
Frequent Visitor

I guess that the difference is that ADFV2 let you save the results of the transformations. Personally I would store them in parquet format o feather file format to improve space or performance.

 

In PowerQuery the result is stored in-memory in the model each time you refresh. So if you have a large database maybe it makes sense to store old transactions already transformed, transform on the spot only new transactions and append bith of them in to the PowerBI model.


Probably you save tons of time loading huge models this way. Once transformed (1 run of the ADFV2 pipeline) you simply read from it as a Source of your model without so much data wrangling...

Anonymous
Not applicable

I came accross the same question. Any thoughts would be appreciated!
Many content refers to implementing Azure Data Factory coming from SSIS. But what about coming from Power Query (Power BI Desktop / Dataflows)? 

v-eachen-msft
Community Support
Community Support

Hi @smjzahid ,

 

According to your requirements, you could refer to this blog for more details:

https://www.microsoft.com/en-us/us-partner-blog/2017/12/19/why-azure-data-factory-version-2/

 

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

This does not answer my question, as to which technology to choose, It simple is an intorduction to ADF V2 and nothing else mentioned there.

 

Please read my concern again to understand it better

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors