Forum Discussion
NehaGoel_2203
7 months agoFrequent Visitor
Reduce PBIX file size
Hi Team, The data has been taken from SQL Server, and my two PBIX file size is (2591219KB,1962302KB) very large. I would like to know how to reduce the file size. I have already removed unused co...
- 7 months ago
Another option is to use Direct Query instead of Import. This way the data is stored in the SQL database, not in the cloud.
Tutu_in_YYC
7 months agoSuper User
Another option is to use Direct Query instead of Import. This way the data is stored in the SQL database, not in the cloud.
- NehaGoel_22037 months agoFrequent Visitor
This data also contains blob photos, which I've converted to base64, and that's only possible with import, not direct query. Please suggest reducing the data size.
- Tutu_in_YYC7 months agoSuper User
composite mode, ie photos in import mode, data in direct query mode
- NehaGoel_22032 months agoFrequent Visitor
However, it's still not working.