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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
PM2024
New Member

Power BI and MS Projects - Sub Tasks

I have connected MS Project Desktop to the PWA Server and then to Power BI. The link is wroign fine. However when I inport the data from MS Projects there are only two columns for tasks - ParentTaskName and TaskName, where in MS Project there are upto seven levels of tasks. I have tried using the WBS number to filter the data in PowerBi but to no luck.

I am wanting to have all the sub tasks as seperate columns in Power Bi so that they can be used in Gantt Chart visuals etc...

Any help is appreciated 

1 REPLY 1
nilendraFabric
Super User
Super User

Hello @PM2024 

 

When exporting data from Microsoft Project, the default export does not automatically create separate columns for each subtask level. Instead, it typically includes fields like ParentTaskName and TaskName, which do not directly translate into a hierarchical structure suitable for most Gantt Chart visuals in Power BI.


you need to restructure your data to reflect the hierarchical task levels from Microsoft Project.

I avent done this personally , but worth trying 

  1. Split the Outline_Number column in Power Query into separate columns for each level in the hierarchy. This will create distinct columns for each subtask level
  2. Create a parent-child relationship in your data. This is the most flexible way to include hierarchy. Add a column where each child task refers to its parent task. If there's no parent specified, the item will be displayed at the highest level



https://community.fabric.microsoft.com/t5/Desktop/Use-WBS-field-to-create-parent-child-hierarchy-wit...


https://community.fabric.microsoft.com/t5/Desktop/Project-Hierarchy-from-Power-Bi-Goals-to-Gantt-223...

Thanks

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors