Forum Discussion
Edit Interactions - cross filtering on visuals
- Anonymous2 years ago
Hi jcastr02 ,
Try creating this field as a separate dimension table and splitting it into three fields. Get the slicer value via selectvalue and then use if(max([field])=_s1||max([field])=_s2||max([field])=_s3,1,0), to set this measure value to 1 in the filter.
Please feel free to correct me and provide more information if I have misunderstood you!
Hope it helps!
Best regards,
Community Support Team_ Scott ChangIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi jcastr02 ,
Try creating this field as a separate dimension table and splitting it into three fields. Get the slicer value via selectvalue and then use if(max([field])=_s1||max([field])=_s2||max([field])=_s3,1,0), to set this measure value to 1 in the filter.
Please feel free to correct me and provide more information if I have misunderstood you!
Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.