The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.
Hi @KeerthanA_99,
We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.
Thank you for your patience and look forward to hearing from you.
Best Regards,
Prashanth Are
Hi @KeerthanA_99,
We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.
@Shahid12523 & @OktayPamuk80 thanks for your prompt response.
Thank you for your patience and look forward to hearing from you.
Best Regards,
Prashanth Are
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