We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello all!
I am struggling to get a solution for the following problem. Any help will be hugely appreciated!
I have two tables to work with:
Table 1: contains a list of items. One column is the item unique ID, and the other columns are information about the item.
Table 2: contains basically two columns: Item ID (for reference) and Item ID child.
So, if I filter Table 2 by an ID, I get all its children as a result.
For example, let's say the items are: "Projects", "Tasks," and "Subtasks".
ID #1 is a project. It has #2, #3, and #4 as children. #2 and #3 are tasks, and #4 is a subtask.
Task #2 has subtask #5 as a child.
My goal is to be able to summarize tasks and subtasks by projects and their statuses.
I think I have to do something like: Get one Table 1[ID] >>> Table 2 [ID reference].
Then get all Table 2 [child ID] >>> Table 1 [ID]
Again, get all Table 1 [ID], check its child, and return another list of Table 1 [ID]s until there are no more children left.
How can I achieve that?
Table 1:
Table 2:
One expected result:
(this is as far as I where I was able to get by duplicating the tables)
On the list, one project is selected, and on the pizza, all tasks and subtasks directly linked to this project are filtered.
However, I would also like to retrieve all subtasks linked to this project (including the one directly linked and any others indirectly linked through the 30 tasks). Furthermore, if I select the "tasks" on this pizza, I would like to be able to filter all its subtasks on a different pizza or drill through this one.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 7 | |
| 7 | |
| 6 |