Forum Discussion
How to Not Save Dataset in PBIX File?
- 6 years ago
Hi Anonymous,
Whether you're using DirectQuery or Import, you can save the workbook as a report template. This will save the file with all connection info, but no data. When the file is opened, it will need to load in the data before you can work with it but is a great compromise if you're using source control to store the file.
Regards,
Daniel
If my post helps, then please consider accepting as a solution to help other forum members find the answer more quickly 🙂
Hi Anonymous ,
Power BI have two option to connect your data.
1. Import Mode
2. Direct Query or Live Connection
In your case, power bi used import mode type to read/import your data from your source. try to use incremental refresh to add new data instead load entire data from your source.
or, I recommend to use direct query / live connection but there's a certain limitation interms of connecting to the source.
Thank you.