The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
When working on a large project I feel that there should be some data modelling ahead of Power Query in SQL.
As an example sometimes creating calculated fields, joins, etc is easier and more efficient in SQL.
I also feel that data cam be filtered in SQL before PowerBI to reduce data load times. As an example, let's say I only want to load 4 years of data. It could be more efficient to create a view of 4 years of data vs bringing in all the data into Power Query and then filtereing.
Are there any resources on data prepping for PowerBI using SQL Server?
Thank You,
Michael
Solved! Go to Solution.
HI @mikebi,
I'd like to suggest you turn on the advanced option on the data connector to use sql statement to pre-processing of the result or customize the result tables.
Import data from a database using native database query - Power Query | Microsoft Learn
Regards,
Xiaoxin Sheng
HI @mikebi,
I'd like to suggest you turn on the advanced option on the data connector to use sql statement to pre-processing of the result or customize the result tables.
Import data from a database using native database query - Power Query | Microsoft Learn
Regards,
Xiaoxin Sheng
Hello,
Yes that is a great suggestion that I sometimes use.
Michael