Power BI Desktop Can't Connect to Data in Dropbox

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi all..

i have data excel in dropbox.com , i want to connect them using Power BI Desktop but not connected show message :
"Detail : The download data is HTML , which is'n......
The URL maybe wrong.....not have provide the right credendtial to server.."

how to fix this problem
this sample link to access

thank id advance to help me out.
susant
 
Last edited:

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hi susant,

In the advanced editor modify it to be:

Power Query:
Source = Excel.Workbook(Web.Contents("https://www.dropbox.com/s/6w7v08zy7lj1763/xxxx yyyy 1212.xlsx?dl=1"), null, true)
 
Upvote 0
Open Power BI
Do "Get data" > Blank query
Open the Advanced Editor in Power Query and paste in / make sure it shows the following:

Power Query:
let
    Source = Excel.Workbook(Web.Contents("https://www.dropbox.com/s/6w7v08zy7lj1763/xxxx yyyy 1212.xlsx?dl=1"), null, true)
in
    Source

It may prompt you about authentication for the data source, I just used anonymous as it's a public web link.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,361
Messages
6,124,497
Members
449,166
Latest member
hokjock

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top