Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello Team,
I tried grouping the JIRA user stories and their child sub-tasks into a matrix visual. In drilled up mode, while I try to add a column to display Team, Assignee name, it is showing a first value while i prefer it is displayed blank. In the drill down mode the data is appearing correctly.
Drilled up view:
Drilled down view:
Also note that the columns are calculated columns in calculated tables. Can someone help me with a workaround for this?
Thanks!
Regards,
Radhika
Solved! Go to Solution.
Hi @radhikalakshmi ,
I have built a data sample based on your screenshot.
Please try to use ISINSCOPE() to identify the Sub-Total field in Matrix visual:
Measure = IF(ISINSCOPE('Table'[Sub-task]),MAX('Table'[Value]),BLANK())
Take a look at the differences:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @radhikalakshmi ,
I have built a data sample based on your screenshot.
Please try to use ISINSCOPE() to identify the Sub-Total field in Matrix visual:
Measure = IF(ISINSCOPE('Table'[Sub-task]),MAX('Table'[Value]),BLANK())
Take a look at the differences:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Check out the July 2026 Power BI update to learn about new features.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 30 | |
| 25 | |
| 25 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 54 | |
| 35 | |
| 27 | |
| 24 | |
| 20 |