Forum Discussion
Anonymous
6 years agoNot applicable
How to create a custom slicer?
Hello I have repeatedly asked for some clarity on how to create a custom slicer but I get answers that are not self-explanatory. Please if you don't want to describe ALL the steps to achieve th...
- 6 years ago
Hi Anonymous
You can filter the value in the filter panel with measure =1, like below:
amitchandak
6 years agoSuper User
Anonymous , Assumption is that col1 is in independent table
measure =
var _max = maxx(allselected(Table),Table[Col1 ])
return
calculate(countrows(Table1), filter(Table1,containsstring(Table1[Column1],_max)))