The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 ?
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |