Forum Discussion

schoden's avatar
schoden
Post Partisan
6 years ago

slicer selection

Hi All, 

Please help.

 

I want to defualt slicer selection that will filter many measures which i have put in various visuals in the page.

 

slicer [dateselection]= should filter measure 1, measure 2, measure 3 , measure 4 (are all calculations)

if none selected , default to current month. 

 

my dax is something like:  if(hasonevalue(slicer[dateselection]), measure 1, measure 2, measure 3, measure 4 ), "current month"

 

but its not working.

2 Replies