Forum Discussion
Power BI Couldn't Refresh online - But Refresh properly in Desktop (Mashup.ErrorCode = 10224)
Hi Power2BI ,
I hope the information provided above assists you in resolving the issue. If you have any additional questions or concerns, please do not hesitate to contact us. We are here to support you and will be happy to help with any further assistance you may need.
Unfortunatly still didnt work! This make me crazy as all configured well and working desktop app perfectly. Last attempt to change the code and get no errors with no result :S
let // --- Step 3: Define the recursive function for pagination --- // --- Step 4: Get all issues using the custom function --- |
- Anonymous1 year agoNot applicable
Hi Power2BI ,
Thank you for sharing the updated query. Since it functions correctly in Desktop but not in Service, please consider the following troubleshooting steps:Re-enter credentials in Service: Navigate to Workspace - Dataset - Settings - Data source credentials. Use Basic Auth with your email address and API token. Note that Desktop may use cached credentials, while Service requires new authentication. Review Gateway configuration: If Jira is on-premises, Service will need a Gateway to access it. Set up an On-Prem Gateway and link your dataset accordingly. Update the Web.Contents call: Rather than combining RelativePath and Query, construct the URL directly as follows:
Source = Web.Contents("https://" & JiraDomain & ".atlassian.net/rest/api/3/search?" & Uri.BuildQueryString(QueryOptions), [Headers = [Accept = "application/json"]])Adjust pagination fields: The Jira /search API uses startAt, maxResults, and total instead of isLast or nextPageToken. Please update your recursive function to reflect this.
If these steps don't resolve the issue and Service still shows no data, please submit a Support ticket with Microsoft so they can review your Service environment logs and identify if the issue is with Power BI Service or Jira API limits. To create a ticket, follow this guide:How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
- Anonymous11 months agoNot applicable
Hi Power2BI ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you
- Anonymous11 months agoNot applicable
Hi Power2BI ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions