Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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:
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
LoadIssueAnyone know what the problem might be?
Thanks!
Solved! Go to Solution.
@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
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,
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
Thanks @Anonymous!
I didn't know about this.
Sorry for delay to answer, I've been on holidays. ![]()
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 19 | |
| 14 | |
| 12 | |
| 10 | |
| 8 |