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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
PowerAuto82
Helper II
Helper II

Dataflow Best Practices

Hi,

Anyone got a good article on DataDlows? I want to see info on following

 

  • Naming conventions
  • Version Control
  • Dataflows that can be used globally and not spcific to one area of the business i.e. Createa Dataflow for Postcodes this can be used across the business as it is a common dimension, but would we create a a Global Workspace for these common Dataflows?
  • Incremental Loads

 

Thanks

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

Hi there. Microsoft has some articles about some practices. I don't think they have answer for all your questions, but you can navigate through them to deep dive into dataflows.

https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-best-practices

https://docs.microsoft.com/en-us/power-query/dataflows/best-practices-reusing-dataflows

Naming conventions can replicate practices from azure. Like dfw-[name]. You can also start with licence in case you have premium and pro dataflows at different workspaces. I don't think there is something related to version control. That's something I have complained before and there is no planning. I would say get in the advanced editor, copy the code to a plain text file with ".pq" extension and store it in a repo. It's not a nice practice, but at least it's something to control the version of code.

I hope that helps,


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

Happy to help!

LaDataWeb Blog

View solution in original post

1 REPLY 1
ibarrau
Super User
Super User

Hi there. Microsoft has some articles about some practices. I don't think they have answer for all your questions, but you can navigate through them to deep dive into dataflows.

https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-best-practices

https://docs.microsoft.com/en-us/power-query/dataflows/best-practices-reusing-dataflows

Naming conventions can replicate practices from azure. Like dfw-[name]. You can also start with licence in case you have premium and pro dataflows at different workspaces. I don't think there is something related to version control. That's something I have complained before and there is no planning. I would say get in the advanced editor, copy the code to a plain text file with ".pq" extension and store it in a repo. It's not a nice practice, but at least it's something to control the version of code.

I hope that helps,


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

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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

Top Solution Authors