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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

PBI_Carousel_NL_June

Fabric Community Update - June 2024

Get the latest Fabric updates from Build 2024, key Skills Challenge voucher deadlines, top blogs, forum posts, and product ideas.

Top Solution Authors