Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello,
I am creating a dashboard to connect to Jira. The Power BI Connector for Jira is not authorized to be used in my organization. I have used a query similar to this to make a connection to Jira: All data not displayed in Power BI from Jira (atlassian.com)
However, I am unable to get the Sprint and Initiative values displayed...is there any information on how I can display those values within my dashboard.
Thank you.
While I recommend using the Power BI Connector for Jira here is a workaround :
You can make API calls directly to the Jira REST API to pull data. This often requires a bit of development experience, but you can use Power Query in Power BI to make the API calls.
I think Sprint data can typically be found under `customfield_XXXX` (the specific ID can vary).
For example, you can use Power Query to make a GET request to a URL like this to get issues from a project:
https://your_jira_domain/rest/api/2/search?jql=project="YOUR_PROJECT_KEY"&fields=summary,status,customfield_XXXX
Replace `your_jira_domain` with your actual Jira domain and `YOUR_PROJECT_KEY` with your project key. Replace `customfield_XXXX` with the custom field ID for your sprints and initiatives.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 32 | |
| 27 | |
| 26 |