Forum Discussion
Anonymous
5 years agoNot applicable
Filters with various conditions
Hello Community! I ask you a query: I need to generate a filter, which should actually be an "Advanced Filter", which basically has to do is that when a word has certain characters, I filter the word...
- 5 years ago
Hi Anonymous ,
I would go with a measure, e.g.:
Filter Measure = IF(LEFT(SELECTEDVALUE(Column[Table]), 2) = "A1" && ..., 1)Then, on the filter panel, filter "Filter Measure" to 1 and the visual will "inherit" the selected filters in the measure.
You can also refer to this link.
Best Regards,Eduardo
rodrigosan
Responsive Resident
5 years agoHello how are you?
Have you considered the possibility of using the Smart Filter by OKVIZ visual?