Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
I have ticket data with hierarchy taht I would like to show in a table type of format with drill down capability in a way that each row would show the details of that particular item, not any kind fo summary.
The source data is like
| ID | Title | Team | Sprint | Hierarchy |
| 1 | Title1 | Team1 | 1 | |
| 2 | Title2 | Team2 | Sprint2 | 1|2 |
| 3 | Title3 | Team1 | 1|3 | |
| 4 | Title4 | Team2 | Sprint1 | 1|3|4 |
| 5 | Title5 | Team1 | Sprint2 | 1|3|5 |
| 6 | Title6 | Team6 | Sprint1 | 1|3|6 |
And would like to present it something like this
I have tried to use Matrix but it summarizes the data for thie top level in a way that the top level rows are not showing their own data but instead the data from the first sub item.
Any ideas how to do that with Matrix or any other visual I should use?
Matrix should work, worst case you'd need some custom measure for the value well.
What you cannot do is have the ID column in the front.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 94 | |
| 83 | |
| 33 | |
| 32 | |
| 24 |