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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
jaga4brt
Regular Visitor

Need help in intergrating azure devops board with power bi

Hello, everyone. we're in the process of integrating Azure DevOps Board withPower BI. Our client requires Azure Boards data to be visualized in Power BI. Here's an overview of my data

structure:

In Table A, we have columns such as Work ItemType, Work Item ID, Parent Work Item ID, and Assigned To.

The Work Item Type column contains values likeEpic, Feature Set, Feature, User Story, Tasks, andBugs.

For each work item type, a corresponding Work ID is generated. Typically, the flow follows this sequence:Epic → Feature Set → Feature → User Story → Tasks and Bugs assigned to the User Story.

Epic usually does not have a parent Work Item ID, but the other work items have relevant Parent Work Item IDs that depend on the hierarchy flow.

How can I effectively create a table and establish a hierarchy in this scenario?

I need to drill down hierarchally.

Someone help!!!

1 ACCEPTED SOLUTION
kriscoupe
Solution Supplier
Solution Supplier

Hey @jaga4brt ,

 

One way you could solve this is with a bit of data prep in Power Query. You would need to bring in each Work Item Type hierarchy level as a separate query in Power Query (uncheck enable load on these) and then merge these back together from the lowest granularity (tasks and bugs) to the highest (epic) on Parent Work Item ID.

 

This should leave you with a single table with each row representing the flow from Epic down to the Tasks.

 

Hope it helps,

Kris

View solution in original post

2 REPLIES 2
kriscoupe
Solution Supplier
Solution Supplier

Hey @jaga4brt ,

 

One way you could solve this is with a bit of data prep in Power Query. You would need to bring in each Work Item Type hierarchy level as a separate query in Power Query (uncheck enable load on these) and then merge these back together from the lowest granularity (tasks and bugs) to the highest (epic) on Parent Work Item ID.

 

This should leave you with a single table with each row representing the flow from Epic down to the Tasks.

 

Hope it helps,

Kris

Hey, @kriscoupe . I'm new in Power BI.

Could you help me with step by step to do that?

Tks!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors