Forum Discussion
live account connection
What is the site and your live account?
For some applications, though you have to login before accessing the destination page, they're actually token based. I mean your login is to get a valid token and the token is used to access the destination page. This seems called Oath2 Authentication.
e.g. When trying to access a report page in my Power BI, in a browser, I click login and fill username and password in the pop up window and then access to the report.
To access the report page in Power BI Desktop, you'll have to use the "web"->"advanced" and set "Authorization" with valid token value. And then access the page anonymous. Yes, it is anonymous, without any username and password filled as you access report page in a brower.
By the way, isn't there API for your application to getdata? Getting data from a web page is very limited.