Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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 ?
User | Count |
---|---|
82 | |
79 | |
66 | |
49 | |
46 |
User | Count |
---|---|
103 | |
44 | |
39 | |
39 | |
39 |