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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
DepthOfFocus
Frequent Visitor

Data Modelling in MS SQL vs in Power BI/DAX

Hi All -

 

Our organization is moving our reporting from Excel over to Power BI.

 

Our source data comes from various sources (Oracle Tables, MS SQL Tables, CSV files, Analysis cubes). As such, it's always been a standard practice for us to consolidate and model our data using MS SQL server, to output basic flat tables to be easily consumed by Excel Pivot tables. 

 

As we move to power BI, is it a good/bad idea to continue to model our data using MS SQL? Or is it a better practice to entirely use Power BI/DAX to link/consume/model the data, and not use MS SQL as an intermediary?

 

thanks!

 

1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

@DepthOfFocus 

Most of my reading points towards using SQL to create views that are then fed to PowerBI where you create the model (relationships and measures).  This allows good control from an IT governance perspective.  Take a look at this article from the team at SQLBI.

https://www.sqlbi.com/articles/data-import-best-practices-in-power-bi/

 

View solution in original post

1 REPLY 1
jdbuchanan71
Super User
Super User

@DepthOfFocus 

Most of my reading points towards using SQL to create views that are then fed to PowerBI where you create the model (relationships and measures).  This allows good control from an IT governance perspective.  Take a look at this article from the team at SQLBI.

https://www.sqlbi.com/articles/data-import-best-practices-in-power-bi/

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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