Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 |
---|---|
84 | |
75 | |
73 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
52 | |
43 | |
42 |