The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I am trying to get a task list as a Matrix showing me subtasks and sub-subtasks.
This is a dataset sample:
ID | Task title | ID maintask |
1 | Task 1 | |
2 | Subtask 1 | 1 |
3 | Subtask 2 | 1 |
4 | Sub-subtask 1 | 3 |
5 | Task 2 | |
6 | Subtask 1 | 5 |
7 | Sub-subtask2 | 6 |
Any tips on how to?
Thanks
Solved! Go to Solution.
Hi @Peavey ,
Thank you @Akash_Varuna for the helpful response!
You may visualize your task–subtask–sub-subtask structure in a Matrix using a parent-child hierarchy approach. Here is how you can do it:
Please refer the attached screenshot and file for your reference.
If this answer meets your requirement,consider accepting it as solution.If still facing in resolving the issue,feel free to reachout!
Thank you.
Regards,
Pallavi.
Hi @Peavey ,
Following up to check whether you got a chance to review the suggestion given.I hope this helps.If so,consider accepting it as solution,it will be helpful for other members of the community who have similar problems as yours to solve it faster. Glad to help.
Thank you.
Hi @Peavey ,
Have you found the solution for the query? If so, please share your solution and mark it as "Accept as Solution." This will assist others in the community who are dealing with similar problems and help them find a solution more quickly.
Thank you.
Hi @Peavey ,
Has the issue been resolved on your end? If so, please share your solution and mark it as "Accept as Solution." This will assist others in the community who are dealing with similar problems and help them find a solution more quickly.
Thank you.
Hi @Peavey ,
Thank you @Akash_Varuna for the helpful response!
You may visualize your task–subtask–sub-subtask structure in a Matrix using a parent-child hierarchy approach. Here is how you can do it:
Please refer the attached screenshot and file for your reference.
If this answer meets your requirement,consider accepting it as solution.If still facing in resolving the issue,feel free to reachout!
Thank you.
Regards,
Pallavi.
Any help here please?
@Peavey It can be done by creating a hierarchy in Power BI using the Task title field for each level. Ensure a relationship exists between ID maintask and ID for linking tasks and subtasks. Add this hierarchy to the "Rows" field of a matrix visual, and place your data in the "Values" field to display the structure.
Can you pls show me how to?
I don't get it as I want since there are 3 levels.
Thanks