Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 ?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
79 | |
47 | |
45 | |
32 |
User | Count |
---|---|
172 | |
90 | |
66 | |
46 | |
45 |