Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 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.