Forum Discussion
frostys
Helper I
8 years agoChange a value by a variable in measure
Hi everyone, I try change this value ("3") by a variable : EOMONTH('Data input'[Date],3)>TODAY() I want to choose with a slicer the number of month. I have created a new table "Time sl...
frostys
Helper I
8 years agoMaybe the solution working, but not for me. Could be a different problem. So I can't tell if this is the right formula yet.
v-jiascu-msft
Microsoft Employee
8 years agoHi frostys,
Can you share a dummy sample of your data? Please try the demo in the attachment.
Selected time =
VAR selected =
SELECTEDVALUE ( 'Time slicer'[Time slicer] )
RETURN
IF ( ISBLANK ( selected ), 0, selected )
Best Regards,
Dale