Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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
Solved! Go to Solution.
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
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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 9 | |
| 8 | |
| 5 |