Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi There,
I have data for projects and project tasks at varying work breakdown levels.
e.g. One project may only have 2 levels Task 1 -> Task 1.1, Task 1.2, etc.
while another project has many more, Task 1 -> Task 1.1 -> Task 1.1.1 -> Task 1.1.1.1, Task 1.1.1.2, etc.
At the moment I have a table which has the following data:
- Project: What project it comes from
- Name: Name of Task
- WBS ID: e.g. 1, 1.1, 1.1.2, etc.
- Parent WBS ID: e.g. If I have a row for Task 1.1.1 the Parent would be Task 1.1
- WBS Level: Task 1 -> Level 1, Task 1.1 -> Level 2, etc.
- and various financial values at each level which are already aggregated depending on the equivalent values of child tasks.
My question is, is there a way within Power BI to convert data in this form to a table similar to the table below (ignore the Gantt chart, I just want the table to the left):
Solved! Go to Solution.
Hi I ended up finding helpful resources, see below.
https://community.powerbi.com/t5/Desktop/Path-and-Matrix/td-p/437109
https://www.daxpatterns.com/parent-child-hierarchies/
Thanks for your help @Stachu
Hi I ended up finding helpful resources, see below.
https://community.powerbi.com/t5/Desktop/Path-and-Matrix/td-p/437109
https://www.daxpatterns.com/parent-child-hierarchies/
Thanks for your help @Stachu
you will need to use PATH
https://msdn.microsoft.com/en-us/query-bi/dax/understanding-functions-for-parent-child-hierarchies-i...
https://msdn.microsoft.com/en-us/query-bi/dax/path-function-dax
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |