Forum Discussion
Tejasvi_munge
6 years agoFrequent Visitor
Retrieve multiple selected values in grid from slicer
Here is the scenario- I want to show the multiple selected values from slicer into grid. SELECTEDVALUE function is working fine for single selected value but not for multi-select values. Ab...
- 6 years ago
In this senario, you don't need to create any measure, just enable the interaction between table visual and slicer visual.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
6 years agoNot applicable
Hi,
Have you tried using FILTERS() DAX Function.
Best Regards,
Vignesh M
If what I suggested worked for you feel free to Drop a "Kudos" and Consider to "Accept as Solution" if I solved your Issue :)
Tejasvi_munge
6 years agoFrequent Visitor
yes, FILTERS() is also working for single selection of slicer and not for multi-selection same as SELECTEDVALUE().