Forum Discussion
Anonymous
1 year agoNot applicable
hide collapsed row value for Matrix Visualization
Sample Dataset: JobNum JobDesc Assigned_to 1 Job A Adam 2 Job B Bob 3 Job C Charlie 4 Job D Charlie 5 Job E Eve 6 Job F Adam Goal: when Matrix is collapse...
- 1 year ago
If(
Isinscope( table[JobNum]),
Selectedvalue( table[jobDesc])
)
Deku
1 year agoSuper User
If(
Isinscope( table[JobNum]),
Selectedvalue( table[jobDesc])
)
- Anonymous1 year agoNot applicable
I will caveat that this solution doesn't appear to work if I only use these measures as the values (the entire matrix returns emtpy) but that is not an issue in my use case
and then it works fine when I add just a regular column.