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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

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!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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

Top Kudoed Authors