You may try use data source as current workbook if your data source is in the same workbook.
=====
let
Source = Excel.CurrentWorkbook()
in
Source
=====
How to get data from the Current Workbook with Power Query (exceloffthegrid.com)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I created a workbook with Power Query and shared it with a colleague through a shared drive. I'm able to make changes and hit refresh and the workbook refreshes without any issues. For my colleague, they are able to make changes but they get an error message like the one below when they try to refresh. Is there additional configuration I need to do so they are also able to refresh the workbook?
Thanks!
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
You may try use data source as current workbook if your data source is in the same workbook.
=====
let
Source = Excel.CurrentWorkbook()
in
Source
=====
How to get data from the Current Workbook with Power Query (exceloffthegrid.com)
It is caused by the source file is on your mac.
You may need to put your source file within your shared workbook.
Another way is to put your source file on SharePoint and get data from SharePoint file.
Hi
When you made the links, was the workbook open from OneDrive or your Mac? It appears from your screen shot the links were made while the workbook was open from a location on your Mac, which would make the links incorrect for other users sharing the workbook.
I will try to put the source file in a separate workbook. Currently, it is within the shared workbook.
I will try to put the source file in a separate workbook. Currently, it is within the shared workbook.