This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
An error occurred while communicating with another service, please try again later. If this problem recurs, please contact support with this message. (Request ID: 3743d58b-032f-4f02-bbb1-ad7e04efc4e2)
In powerBI I am using
Solved! Go to Solution.
Here’s what’s happening and how you can fix it:
What’s Causing the Error
Suggested Fixes
1. Update Your API Endpoint
Make sure your URL is correctly formatted:
BaseUrl = "https://cagbrands.atlassian.net/rest/api/3/search?jql=project=XYZ"
Avoid using /jql at the end—it should be part of the query string, not the path.
2. Use Correct Headers
Ensure you’re passing the correct authentication headers:
Headers = [ #"Authorization" = "Basic " & Binary.ToText(Text.ToBinary("email:api_token"), BinaryEncoding.Base64), #"Content-Type" = "application/json" ]
3. Check Pagination Parameters
Use maxResults and startAt in your query:
Web.Contents(BaseUrl, [ Query = [ maxResults = Text.From(JiraIDPerPage), startAt = "0" ], Headers = Headers ])
4. Verify Permissions
Make sure your API token has access to the Jira project and issue data. If permissions are restricted, the API may return a generic error.
Hi @DavidGM,
Checking in to see if your issue has been resolved. let us know if you still need any assistance.
Thank you.
Hi @DavidGM,
Have you had a chance to review the solution we shared by @anilgavhane? If the issue persists, feel free to reply so we can help further.
Thank you.
Here’s what’s happening and how you can fix it:
What’s Causing the Error
Suggested Fixes
1. Update Your API Endpoint
Make sure your URL is correctly formatted:
BaseUrl = "https://cagbrands.atlassian.net/rest/api/3/search?jql=project=XYZ"
Avoid using /jql at the end—it should be part of the query string, not the path.
2. Use Correct Headers
Ensure you’re passing the correct authentication headers:
Headers = [ #"Authorization" = "Basic " & Binary.ToText(Text.ToBinary("email:api_token"), BinaryEncoding.Base64), #"Content-Type" = "application/json" ]
3. Check Pagination Parameters
Use maxResults and startAt in your query:
Web.Contents(BaseUrl, [ Query = [ maxResults = Text.From(JiraIDPerPage), startAt = "0" ], Headers = Headers ])
4. Verify Permissions
Make sure your API token has access to the Jira project and issue data. If permissions are restricted, the API may return a generic error.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 11 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 23 | |
| 22 | |
| 19 | |
| 16 |