Forum Discussion
Anonymous
4 years agoNot applicable
Variable (VAR/RETURN) Not working as expected
I am trying to create a Measure in Excel but this is not working as expected. I have one fact table (which contains hire date) and one calendar table. The measure I have created is as follo...
- 4 years ago
Anonymous , try
var hiredate =calculate(min('employee roster'[hire date]), allexpect('employee roster') )
or
var hiredate =calculate(max('employee roster'[hire date]), allexpect('employee roster') )
amitchandak
Super User
4 years agoAnonymous , try
var hiredate =calculate(min('employee roster'[hire date]), allexpect('employee roster') )
or
var hiredate =calculate(max('employee roster'[hire date]), allexpect('employee roster') )
- Anonymous4 years agoNot applicable
Thanks worked perfectly, made a tiny edit to the 'Allexpect' function by specifying column