Forum Discussion
Reducing data size - remove columns or merge with 2nd table size
Hi Anonymous,
with importing files this big you might run into query timeouts.
An important question to me is: What is the source of your .dat files? Is it a database? Are you able to connect to that source directly, that would be much better. Depending on the source, you could even use the concept of Query Folding, which can potentially push the transformations back to the source system and give you much better performance and hence no issues with refreshing.
HI nickyvv
Direct connection to the source data isn't possible at this time unfortunately. Would reducing the .dat files from monthly to weekly files change anything?
- nickyvv6 years ago
Most Valuable Professional
Hi Anonymous,
that would certainly help. You'll have to join them back together in Power BI, but that could solve the problem of timeouts. - Anonymous6 years agoNot applicable
I currently join them together in M query using the import sharepoint folder option so it's appending all files into one big one before doing data transformations on them. I'll try splitting the data down and report back.