Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Using .iqy file for import from SharePoint folder view

Hi,

 

I want to connect .iqy file (this file I get when clicking "Export to Excel" button in SharePoint Online) into PowerBi and enable background refresh and automatic refresh upon opening PowerBI for this .iqy connection. What modifications should I make to this code and what else I should do?

 

WEB
1
HiddenURL.dll?XMLDATA=1&List={ListID}&View=ViewID&RowLimit=0&RootFolder=undefined

Selection={HiddenID}-HiddenID
EditWebPage=
Formatting=None
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False
DisableDateRecognition=False
DisableRedirections=False
SharePointApplication=hiddenID
SharePointListView=hiddenID
SharePointListName={ListNameID}
RootFolder=undefined

7 REPLIES 7
Anonymous
Not applicable

@Anonymous,

You can follow the steps below. You can check Guo_au's reply in this similar thread.

1.Open the iqy file with Notepad and copy the URL address, which includes names of list and view.
2.Open Web connector in Power BI Desktop.
3.Paste the URL link in web connector and then choose your table to import.

After creating reports in Power BI Desktop, you can publish the report to Power BI Service, and set schedule refresh for the dataset.

Regards,
Lydia

Anonymous
Not applicable

Hi, @Anonymous I get the error " "We couldn't authenticate with the credentials provided" when entering following code: https://XX.sharepoint.com/teams/XX/_vti_bin/owssvr.dll?XMLDATA=1&List={LISTID}&View=CODEID  Is there something wrong with URL code I try to generate?

Anonymous
Not applicable

@Anonymous,

What authentication type do you use in Power BI Desktop? Do you use SharePoint Online or on-premises SharePoint?

Regards,
Lydia

Anonymous
Not applicable

Hi Lydia @Anonymous, it is SharePoint Online

Anonymous
Not applicable

@Anonymous,

What authentication type do you use in Power BI Desktop when connecting to the data source?

Regards,
Lydia

Anonymous
Not applicable

Hi Lydia @Anonymous I use Organizational account, also tried Basic and Windows. When trying to access same Site with Get data-SharePoint list credentials work fine, so I wonder whether problem is with iqy code.

Anonymous
Not applicable

@Anonymous,

Please use Fiddler to check if there are any details about the error.

Regards,
Lydia

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors