Forum Discussion
manideep547
6 years agoHelper III
Reduce size
Hi All, can anyone suggest me how to reduce my dataset? My .pbix is nearly 1 GB and I am using SQL server, import mode. Thanks&Regards, MANI DEEP.
- 6 years ago
Hi manideep547 ,
You could create a view in your sql server based on useful columns. If your file size is still big, you could try direct query mode. it will not save your data in pbix file.
amitchandak
6 years agoSuper User
Bring the only needed data rows and columns.
Provide more information.