Forum Discussion
rlsmith1994
Helper II
5 years agoDisplay 'All' and multiple from slicer results
I have a report with a text box being used as a title. The title is based on a specific unit selected in a slicer. Individuals can select their unit and view the individual reports. So if a unit sele...
- 5 years ago
@rlsmith1994, you have to try as
if(isfiltered(Table[col]) Count(Table[col]) >1 , "All", selectedvalue(Table[Col]))
amitchandak
Super User
5 years ago@rlsmith1994, you have to try as
if(isfiltered(Table[col]) Count(Table[col]) >1 , "All", selectedvalue(Table[Col]))