Forum Discussion
Transfer pbix file offline
- 10 years ago
Ok, So on your friends machine. Open Power BI Desktop application - Edit Queries. This will open the Query Editor window.
On Ribbon - click View - Advanced Editor. This will opent eh Advanced Editor window.
This should look something like
let Source = Excel.Workbook(File.Contents("path\of\the\excelfile.xlsx", null, true)Change the "path\of\the\excelfile.xlsx" to the proper location. The file path on both machine would be different.
In case, you want the filepath to remain same for all user in your network, insert the filepath along with the network address/IP address of the file. Your IT department may be of help here.
IP path would look something like
\\192.168.1.0\powerbi\myfolder\Excelfile.xlsx
Regards,
Vasim Shaikh
Thx smoupre to replicate my friend's issue i've installed a PowerBi on a second pc myself. Both computers running on the november release (2.29.4217.221). The error message is excactly the same. I've used a shared drive to either copy the file or the zipped folder with all references.