Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello I have integrated data from Jira into Power BI with a REST-API for Jira Data. Most of the transformations worked well. However, I always get error messages when I want to convert the hours worked on a ticket into a duration. Does somebody has any idea? As you can see in the picture this is the output i get. If i try to transform it, I allways get an error. Thank you
Solved! Go to Solution.
Hi. That is strange. I'm using jira's api and you have some fields with just seconds values to work with without using that one. I don't think that format will convert to duration. You can try replacing some characters to build something like "hh:mm:00" in order to convert to duration like replace "h " with ":" and add "m " with ":00". If you just want to sum numbers in hours split by "h" and then use math to convert minutos to hours and sum them to the other values.
hope that helps,
Regards,
Happy to help!
Hi. That is strange. I'm using jira's api and you have some fields with just seconds values to work with without using that one. I don't think that format will convert to duration. You can try replacing some characters to build something like "hh:mm:00" in order to convert to duration like replace "h " with ":" and add "m " with ":00". If you just want to sum numbers in hours split by "h" and then use math to convert minutos to hours and sum them to the other values.
hope that helps,
Regards,
Happy to help!
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 |
|---|---|
| 10 | |
| 9 | |
| 6 | |
| 5 | |
| 3 |