Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello
I have a url that when I type it in MS Edge, it will download an xls file, after I have logged in via a form to this domain/website.
How can I load this xls file into PowerBI by just using the cookie from MS Edge without having to re-authenticate? Ie. just download the xls via PowerBI as I do via MS Edge?
I tried various types of authentication and none seems to work as it shows the login webpage in the web preview.
Thanks!
Hi @Anonymous
You won't be able to do this via PBI. The cookie created in Edge (or another browser) is for that browser, it isn't accessible from within Power BI.
You could use VBA to enter credentials into the form, see this blog post for an example
Web Scraping Filling in Forms With VBA
Regards
Phil
Proud to be a Super User!