Hello,
I am trying to create a dashboard in Power BI which contains a project portfolio report and a task overview report. Therefore, I need to differentiate between parents (project) and children (tasks) from my source sheet. I'm doing this by creating a grid that contains just the parent rows and another grid that contains just tasks rows. I'm thinking on this as a relational database.
A project in the source sheet looks like this:
I'm using INDEX formulation, but I'm not sure yet about how to reference parents and children so I can get what I need in each new grid I mentioned before.
Does someone have any suggestion? I'll appreciate it.
Thank you.