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 nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hey,
my problem is the matrix visual and i read many articles but i got no solution.
My situation is the dependency as shown in the picture with supercustomer and subcustomer.
I want to show this data as shown in the picture "visualizuation" but i don't have a clue how to put the data in the format so that:
- in the red circles (red annotation) the "active status" of the super-customer is shown and
- in the blue circle (blue annotation) the "active status" of the subcustomer is shown.
Is this even possible with the matrix visual or do i nee anything else?
Thanks!
dependencies
visualization
Hey @amitchandak,
this measure worked quite good, but i don't understand why the "active status" of the Supercustomer isn't shown when i expand the Matrix like below.
Do you know a solution for that or is something wrong with my measure?
Thanks!
Hi @Steven_ ,
I could get correct value using amitchandak 's code. Could you please share your pbix file?
Best Regards,
Winniz
@Steven_ , Create a measure like
Switch( True() ,
isinscope(SubCustomer[SubCustomer]) , Max(SubCustomer[Active]) ,
isinscope(SuperCustomer[Customer]) , Max(SuperCustomer[Active]) ,
blank()
)
IsInScope - Switch measure at different levels: https://youtu.be/kh0gezKICEM
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 53 | |
| 42 | |
| 30 | |
| 24 |