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

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
dpjatochh
New Member

Facts and Dims

Hi everyone,

 

How does everyone approach modeling in Dataflows Gen2? For our client it seems easier to do it with a dataflow because they are not on a sufficient SQL or notebook level.

 

Would you create a dataflow for every fact/dim? It makes sense for me to keep it seperate. But i'm also thinking - if multiple facts/dims use the same source tables that we might combine them into one dataflow

 

Thanks

1 ACCEPTED SOLUTION
Pragati11
Super User
Super User

HI @dpjatochh ,

I would suggest here to go by Dataflow best practices.

  • You can have first dataflow to bring in your raw data. (Staging Dataflow)
  • You can have second dataflow to do all the transformations like creating DIM and FACT tables. (Transformation Dataflow)
  • Finally you can have a dataflow having all your final transformed tables (DIMS and FACTS); which you can use further to create your semantic model. (Output Dataflow)

Staging DF --> Transformation DF --> Output DF

 

You can read about dataflow best practices here:

https://learn.microsoft.com/en-us/power-query/dataflows/best-practices-developing-complex-dataflows

 

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

View solution in original post

1 REPLY 1
Pragati11
Super User
Super User

HI @dpjatochh ,

I would suggest here to go by Dataflow best practices.

  • You can have first dataflow to bring in your raw data. (Staging Dataflow)
  • You can have second dataflow to do all the transformations like creating DIM and FACT tables. (Transformation Dataflow)
  • Finally you can have a dataflow having all your final transformed tables (DIMS and FACTS); which you can use further to create your semantic model. (Output Dataflow)

Staging DF --> Transformation DF --> Output DF

 

You can read about dataflow best practices here:

https://learn.microsoft.com/en-us/power-query/dataflows/best-practices-developing-complex-dataflows

 

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Kudoed Authors