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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
In a Matrix visualization, is there any way to customize the drill down/expand (+/-) option for selected columns?
For example:
I have below columns and the drill-down should not be visible for Column 1 and should start at Column 2
Column 1
(Drill down/expand):Column 2
Column 3
Note: I do not want to concatenate Column 1 and Column2
Please help.
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
Based on your description, you can do some steps as follows.
1. create a measure
if_schema2 =
IF ( MAX ( 'Table'[C1] ) = "Schema2", 0, 1 )
2. drag it to the filter of the matrix visual and select "=1", then apply it.
Result:
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Based on your description, you can do some steps as follows.
1. create a measure
if_schema2 =
IF ( MAX ( 'Table'[C1] ) = "Schema2", 0, 1 )
2. drag it to the filter of the matrix visual and select "=1", then apply it.
Result:
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I was also looking for something similar.
Can someone pls help ?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |