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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
rdnguyen
Helper V
Helper V

Dataflow group

Regarding the dataflow design, would you separate all staging Dataflow which connected datasource in another Workspace other than those you do transormation serving reporting purpose?

 

Kindly advise!

 

Best regards

Rich

2 ACCEPTED SOLUTIONS
edhans
Super User
Super User

If you want to isolate dataflow developers from source systems for whatever reason (security, consistency of table design from various systems, etc) sure. 

I've seen some orgs keep all end user dataflows (for report/dataset devs in Power BI) in one workspace just for dataflows so they don't intermix with other workspace artifacts and aren't subject to org changes where workspaces may be renamed or even deleted. 



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

v-yanjiang-msft
Community Support
Community Support

Hi @rdnguyen ,

If you have a set of dataflows that you use as staging dataflows, their only action is to extract data as-is from the source system. These dataflows can be reused in multiple other dataflows. 

If you build all your dataflows in one workspace, you're minimizing the reuse of your dataflows. You can have some generic workspaces for dataflows that are processing company-wide entities. You can also have some workspace for dataflows to process entities across multiple departments. And you can also have some workspaces for dataflows to be used only in specific departments.

Reference: Best practices for reusing dataflows across workspaces - Power Query | Microsoft Docs

 

Best Regards,
Community Support Team _ kalyj

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

View solution in original post

2 REPLIES 2
v-yanjiang-msft
Community Support
Community Support

Hi @rdnguyen ,

If you have a set of dataflows that you use as staging dataflows, their only action is to extract data as-is from the source system. These dataflows can be reused in multiple other dataflows. 

If you build all your dataflows in one workspace, you're minimizing the reuse of your dataflows. You can have some generic workspaces for dataflows that are processing company-wide entities. You can also have some workspace for dataflows to process entities across multiple departments. And you can also have some workspaces for dataflows to be used only in specific departments.

Reference: Best practices for reusing dataflows across workspaces - Power Query | Microsoft Docs

 

Best Regards,
Community Support Team _ kalyj

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

edhans
Super User
Super User

If you want to isolate dataflow developers from source systems for whatever reason (security, consistency of table design from various systems, etc) sure. 

I've seen some orgs keep all end user dataflows (for report/dataset devs in Power BI) in one workspace just for dataflows so they don't intermix with other workspace artifacts and aren't subject to org changes where workspaces may be renamed or even deleted. 



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

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