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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
KeerthanA_99
Frequent Visitor

Power BI and Bitbucket Connection Issue

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.

4 REPLIES 4
Shahid12523
Memorable Member
Memorable Member

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.

Shahed Shaikh
OktayPamuk80
Resolver III
Resolver III

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.

OktayPamuk80
Resolver III
Resolver III

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)?

Hi @OktayPamuk80 

 

Thanks for your response

Its the same issue, when the issue comes, it comes from office as well as home.

 

Thank you

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.