Forum Discussion
Delete imported data (required by GDPR)
GDPR requires that Personal Data be deleted within 30 days of such request by the data owner.
If I "Import" data instead of "Direct Query", how can delete the imported data, or ensure that it is automatically deleted after X days.
Thanks!
Hi rowsandcolumns,
Yes, your understanding is right. In addtion, if the path of your data source has been changed, you can't refresh your dataset even if you are using import.
Regards,
Jimmy Tao
5 Replies
- v-yuta-msftCommunity Support
Hi rowsandcolumns,
You can use a sql statement to import data with past 30 days to solve this.
Regards,
Jimmy Tao
- rowsandcolumnsNew Member
Thanks for the response. I may not have explained the need clearly.
My understanding is that when I do an "Import" that Power BI Desktop puts the data somewhere in the cloud.
==> Is that correct?
If so, how do I clear it out of the cloud?
If not, then it's not a problem after all.
- v-yuta-msftCommunity Support
Hi rowsandcolumns,
In power bi desktop, "import" will only import the data into your PBIX file(after saved). If you publish your PBIX file to power bi service and configure a schedule refresh once a month, the old dataset will be replaced by the new dataset. So you don't need to delete the old data manually.
Regards,
Jimmy Tao