The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
I've built a report based on 2 csv files that I import as source.
After importing the first csv file, the size of my .pbix file is 2.23 MB so this is normal.
After importing the second one however, my .pbix file size goes up to 77MB !!
I do not apply any transformation queries.
Do you have an idea on what could explain this behaviour ?
Thanks already
Benoît
Solved! Go to Solution.
When chaning the data type from "text" to "date", Power BI will build date hierarchy internally so that the file size increases. It depends on your data amount.
Regards,
By investigating a bit more, I've seen that when I change a text field into a date format, my file grows (+/-18MB for each field transformed). Is this normal ?
When chaning the data type from "text" to "date", Power BI will build date hierarchy internally so that the file size increases. It depends on your data amount.
Regards,
Thank you for the explanation.
This is a paramter that needs to be taken into account if you have a lot of date fields.