Forum Discussion
Anonymous
5 years agoNot applicable
Dax
| InPut | ||||
| A | b | b | Slice Select ( multi Select) | |
| 1 | F1 | C1 | C1 | |
| 2 | F2 | C2 | ||
| 3 | F3 | C3 | ||
| 4 | F1 | C3 | ||
| OutPut 1 | ||||
| A | b | b | ||
| 1 | F1 | C1 | ||
| OutPut 2 | ||||
| A | b | b | ||
| 1 | F1 | C3 |
1 Slicer, 1 input and 2 out tables nothing but 2 different Visuals.
If User selects C1 on SLicer then Output 1 = F1,C1 and Output2 = F1,C3
If User Selected C2 on Slicer then Outout 1 = F2,C2 and Outout2 = NULL
If User Selected C3 on Slicer then Outout 1 = F3,f1,C3,c3 and Outout2 = F1,C1
This is the requirment, Can anyone please look and update me how to achive this.
1 Reply
- AnonymousNot applicable
1 Slicer, 1 input and 2 out tables nothing but 2 different Visuals.
If User selects C1 on SLicer then Output 1 = F1,C1 and Output2 = F1,C3
If User Selected C2 on Slicer then Outout 1 = F2,C2 and Outout2 = NULL
If User Selected C3 on Slicer then Outout 1 = F3,f1,C3,c3 and Outout2 = F1,C1
This is the requirment, Can anyone please look and update me how to achive this.