Forum Discussion
schoden
6 years agoPost Partisan
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, meas...
amitchandak
6 years agoSuper User
Please find the example of Measure slicer
schoden
6 years agoPost Partisan
Hi thanks for reply but I want something like:
Since Date in slicer is wide range(user can select any ) I cant go on defining for each measures. Just on "Current Month", I can set it
Final Value 1 =
IF(HASONEFILTER(Table[CalcType])
"Current Month", [Measure 1 ], [Measure 2 ],[Measure 3]
),
"Current Month"
)