Forum Discussion
Anonymous
7 years agoNot applicable
Text filter for exact match only
I would like to use text filter visual to filter my data in table. The data of all row should not be visibile to all so we have created a activation code against each row. I would like my user to inp...
v-chuncz-msft
7 years agoCommunity Support
Anonymous,
Try to drag measure below to Visual level filters and set Show items when the value is not blank.
Measure =
CALCULATE (
SELECTEDVALUE ( Table1[activation code] ),
ALLSELECTED ( Table1[activation code] )
)
Anonymous
7 years agoNot applicable
This is not working. What i wanted is in (Step 1) when user type in search box, search should only work when minimum lenth of search box is eg. 4 character. if typed word less then 4 character then search should not be performed. So that result table will show only single value. Right now resutl table is showing 2 rows. Culd you please check below screenshot?
- Anonymous7 years agoNot applicable
Have you found a solution for this?
- Anonymous7 years agoNot applicable
Anonymous Nope. I shall use Row level security feature instead.