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)
Thanks - I'll try that!