Forum Discussion
A DirectQuery Connection Is Required - Taking Data Ownership For A Developer Who Left Company
- Anonymous2 years ago
Hi danielpaduck ,
Thank you for question. Based on the two options you presented, I will analyze the pros and cons of both for you:
- Add the Excel File to the Existing Dataset
You need to be CAUTIOUS. Please note that adding data to a DirectQuery dataset can be complex and may require changes to the underlying data source or the creation of a composite model.
Here are the steps:
- Connect to the existing dataset using DirectQuery in the Power BI Desktop.
- Use the "Import" connectivity mode for the Excel file.
- Combine the data as needed using Power Query Editor.
-
Publish the changes to the service and ensure that the dataset refreshes successfully.
For more information on this you can check out the following links:
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-directquery-about
- Create a Second Workspace
If you want to avoid any risk to the production environment, creating a second workspace is a SAFER option.
Here's how to do it:
1.Create a new workspace in Power BI Service and copy the Semantic model and the report to the new workspace.
- Add the Excel file to the dataset in the new workspace.
- Make the necessary changes and test thoroughly.
- Once tested, you can consider replacing the production dataset with the updated one from the new workspace.
Best Regards,
Yifan Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi - when I tried to upload the data set to the new workspace I was getting a memory exception. Thus, does Power BI only have so much capacity for memory for data? Also, lets assume it does upload how do I point an existing report that is live connected to the original data to point to the sandbox dataset? Is that easy to do without breaking anything? Thanks!