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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
v-yuezhe-msft
Employee
Employee

@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

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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

v-yuezhe-msft
Employee
Employee

@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

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thanks @v-yuezhe-msft!

I didn't know about this.

 

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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors
Top Kudoed Authors