Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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.