Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Team,
I was using Power BI Desktop to connect with Bitbucket via web connection. This was working fine until last Friday using anonymous connection.
Now, I am facing an issue when trying to make a new connection and I am getting the below error
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="decorator" content="none"/>
<script src="/s/1395601366/40a434c/12vb6hw/5.1.15/.../download/resources/com.atlassian.plugins.authentication.atlassian-authentication-plugin:save-fragment/js.cookie.js"></script>
<script>
var expirationDate = new Date();
expirationDate.setTime(expirationDate.getTime() + 60000 * 5);
Cookies.set('atlassian-authentication-plugin-url-fragment_***', window.location.hash.substr(1), { expiration: expirationDate, path: '', secure: true, SameSite: 'None' });
window.location.assign(...)
</script>
</head>
<body>
<!-- Authentication redirect / connection failure -->
</body>
</html>
Since there is no official documentation available for Power BI and Bitbucket integration, I would like to know if anyone else has encountered this issue recently or if there are any updated steps/workarounds.
The issue happens because Bitbucket no longer allows anonymous access.
To fix it, use authenticated access:
App Password: Create one in Bitbucket and use it with Power BI’s Web connector.
OAuth/Token: Use a personal access token if required.
Local clone: Pull the repo locally and connect Power BI to the files.
I would ask the IT team, whether there has been an update or change in the firewall. Do they still allow anonymous connections? Try with a named user.
Hi Keerthan,
From where are you connecting? Could it be that when it was working you connected from the company and later trying from Home-Office (or different location)?
Thanks for your response
Its the same issue, when the issue comes, it comes from office as well as home.
Thank you