The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
How can I relink files from One Drive for Business in Power BI Desktop to replace existing Sources?
These files were originally on a local drive and I would like not to loose work done in Desktop.
Many thanks
Joaquim
Solved! Go to Solution.
You can replace your Source line in your M code "View | Advanced Editor" with something like:
Source = Csv.Document(Web.Contents("https://[tenant]-my.sharepoint.com/personal/[user]/Documents/State, Zip Code and Value.csv"),[Delimiter=",", Columns=3, Encoding=1252, QuoteStyle=QuoteStyle.None]),
You can replace your Source line in your M code "View | Advanced Editor" with something like:
Source = Csv.Document(Web.Contents("https://[tenant]-my.sharepoint.com/personal/[user]/Documents/State, Zip Code and Value.csv"),[Delimiter=",", Columns=3, Encoding=1252, QuoteStyle=QuoteStyle.None]),
thank you @Greg_Deckler.
I am keeping my username and it works perfectly.
Will it pose any problems, however, if another user is using the pbix file?
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |