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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Problems with JIRA authentication

 

Hi everyone!

I modified the original Template "Jira_PowerBI_ContentPack.pbit" to show more information that I need.
Everything work fine in my local desktop but when I upload to online I saw the next error:


Captura.PNG

 

I can't schedule the update for this dataset because there are origins that don't support updating.
I only add a function to show the info about the diferents issues:

let LoadIssue = (issue as number) =>    
    let
        Source = Json.Document(Web.Contents(URL&"/rest/api/2/issue/" & Text.From(issue))),
        fields = Source[fields],
        #"Converted to Table" = Record.ToTable(fields),
        #"Transposed Table" = Table.Transpose(#"Converted to Table"),
        #"Promoted Headers" = Table.PromoteHeaders(#"Transposed Table")
    in
        #"Promoted Headers"
in
    LoadIssue

Anyone know what the problem might be?

Thanks!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous,

When you use function to obtain data from the source, refresh in Power BI Service is not supported. You can vote the following idea that make functions refreshable in Service.

https://ideas.powerbi.com/forums/265200-power-bi/suggestions/9312540-make-functions-refreshable-when-the-data-source-is

Regards,
Lydia

View solution in original post

3 REPLIES 3

Hello,

Would you consider trying alternative approach? We've built an app for this: Power BI Connector for Jira https://marketplace.atlassian.com/apps/1221150/power-bi-connector-for-jira?hosting=cloud&tab=overvie... it's available for Jira Cloud / Server / Data Center.

If you're a small team then it's always free for you. Also, you may DM me in case you need any assistance, we will be happy to help.

Best regards,

Anton

Anonymous
Not applicable

@Anonymous,

When you use function to obtain data from the source, refresh in Power BI Service is not supported. You can vote the following idea that make functions refreshable in Service.

https://ideas.powerbi.com/forums/265200-power-bi/suggestions/9312540-make-functions-refreshable-when-the-data-source-is

Regards,
Lydia

Anonymous
Not applicable

Thanks @Anonymous!

I didn't know about this.

 

Sorry for delay to answer, I've been on holidays. Smiley Wink

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.