Forum Discussion
Anonymous
5 years agoNot applicable
Best practice data import and model
Hi there Power BI Community I have a strong technical background but I am new to Power BI Desktop. I have the following constellation: - Monthly exactly 1 file must be imported to Power BI. I ca...
- 5 years ago
Anonymous , The first two things are Star Schema and Date table.
Prefer Single directional 1 to Many Joins. Avoid Many to Many and bi-directional join
https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/
https://www.sqlbi.com/blog/marco/2017/10/02/why-data-modeling-is-important-in-powerbi/
Date Table
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
Performace :
https://www.thebiccountant.com/speedperformance-aspects/
ToddChitt
5 years agoSuper User
- The Folder source is extrememly useful, but can be slow. If you are refreshing once a month, I suggest you live with it.
- I have a model with 45 million rows. It is about 600 MB in size. It takes an hour to refresh, coming from Azure SQL.
- Data is compressed about 10 to 1. If you have 100 MB of data in CSV files, you will end up with a Power BI model significantly smaller, maybe 10 MB.
- Anonymous5 years agoNot applicable
Thank you!