Forum Discussion
Need Intersection results when select multiple option from Slicer
- 1 year ago
Hi NavyaMounika ,
May I ask if you have gotten this issue resolved?
If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.
Regards,
Chaithra.
Hi NavyaMounika You will need to create two measures one for slection of vanila and the other for selection for non vanila could you please try these
Vanilla Accounts =
CALCULATE(
DISTINCTCOUNT('Baseline'[Account]),
'Baseline'[Baseline] = "VANILLA",
ALLEXCEPT('Baseline', 'Baseline'[Task Name])
)Non-Vanilla Accounts =
CALCULATE(
DISTINCTCOUNT('Baseline'[Account]),
'Baseline'[Baseline] <> "VANILLA",
ALLEXCEPT('Baseline', 'Baseline'[Task Name])
)Now set the slicer to filter on Task Name
Hi Akash,
Thank you for your quick response.
In the above scenario we have to create 2different slicers.
Is there any option to use only one slicer to showcase my requirement.
Thanks in Advance!
Regards,
Navya
- NavyaMounika1 year agoHelper I
Hi All,
Can anyone help me out in this scenario.
Thanks in Advance!
Regards,
Navya