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...
v-jiascu-msft
Microsoft Employee
8 years agoHi frostys,
Did you solve it? Can you share the answer or mark the proper answer as a solution please?
Best Regards,
Dale
frostys
Helper I
8 years ago- v-jiascu-msft8 years ago
Microsoft Employee
Hi frostys,
Isn't that formula a solution even if it can work? Can you share a dummy file? To be honest, your scenario isn't complicated.
Best Regards,
Dale
- frostys8 years ago
Helper I
Maybe 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-msft8 years ago
Microsoft Employee
Hi 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