Forum Discussion
Anonymous
7 years agoNot applicable
Filter Table based on Slicer Selection
Hi, I've got a table that I want to filter based on what a Slicer selection returns. The context is that I have a slicer table that looks like this: MIN VIEWS 100 150 200 ...
- 7 years ago
Anonymous add measure as below and in table visual, drop product and this new measure, you will have solution
Views Total = VAR __selectedValue = SELECTEDVALUE( Table2[MinViews] ) RETURN CALCULATE( SUM( Table3[Views] ), Table3[Views] >= __selectedValue )
parry2k
7 years agoSuper User
Anonymous in visual level filter, in measure , choose great than zero.
Todi79
6 years agoFrequent Visitor
Hi i have more or less the same problem.. https://community.powerbi.com/t5/DAX-Commands-and-Tips/FILTER-TABLE-BASED-ON-SELECTED-VALUE/m-p/1075696#M15087
But it doesnt work for me this solution.
Can you help ?