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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
JyothsnaTpally
Frequent Visitor

Best practice - Sql server Source

Hello everyone- what is the best practice to pull the required data into the Power BI desktop - tables, views or stored procedures.?

 

Please let me know the best scenarios for each.

I read a lot of resources, it is confusing when to use what.

 

Any advice is appreciated!

 

Thanks,

JT

1 ACCEPTED SOLUTION
pallavi_r
Super User
Super User

Hi @JyothsnaTpally 

 

These are couple of important points to be followed.

1. Better to do all the aggregations in sql server before loading the data in the power bi

2. Power query can do all sort of transformations, but its best to do all data manipulations at sql end.

3. Create a view instead of pulling data directly from tables. This will avoid any changes on pbix (joins, aggregations, range, where clause etc) once deployed.

4. Parametrize the server name, database name and schema name to avoid multiple time changes

 

Thanks,

Pallavi

View solution in original post

1 REPLY 1
pallavi_r
Super User
Super User

Hi @JyothsnaTpally 

 

These are couple of important points to be followed.

1. Better to do all the aggregations in sql server before loading the data in the power bi

2. Power query can do all sort of transformations, but its best to do all data manipulations at sql end.

3. Create a view instead of pulling data directly from tables. This will avoid any changes on pbix (joins, aggregations, range, where clause etc) once deployed.

4. Parametrize the server name, database name and schema name to avoid multiple time changes

 

Thanks,

Pallavi

Helpful resources

Announcements
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 Kudoed Authors