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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Yaniv
Helper I
Helper I

Power BI with Jira - Sprint field

Hi,

 

I connected Power BI to our Jira instance by using the Jira content pack. The problem is that the "Sprint" field value is always imported  as "[list]" and not as the real value. 

 

Can someone please assist? 

 

Thanks!

 

Click here to see the screenshot

2 REPLIES 2
rudy_evers
New Member

Hi,

 

Our sprint value is saved in a custom column (don't ask me why). When we extract the data to PowerBI the column shows a list value. By clicking on the the button in the Column field you can expand the list to New Rows. After that you can extract the value from the string using the extract function (tab Transform or Add Column).  In our case:

 

= Table.TransformColumns(#"Expanded Column1.fields.customfield_10002", {{"Column1.fields.customfield_10002", each Text.BetweenDelimiters(_, ",name=", ",goal=", 0, 0), type text}})

 

com.atlassian.greenhopper.service.sprint.Sprint[id=157,rapidViewId=26,state=FUTURE,name=Sprint +1,goal= text here.,startDate=<null>,endDate=<null>,completeDate=<null>,sequence=175]

 

I hope it helps

 

Best regards

Hi @rudy_evers,

 

Can you please expend your guide?
I see the sprint field as customfield_10007.
From here I get 2 problems:
1. When I go to Edit Queries screen I see the field as 'null'.
2. As you described - I go to Edit Queries > Transform > Extract > Text between delimiter > From here I don't know what to do 🙂

 

Appreciate your help!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.