Forum Discussion
DionTN
Helper II
4 years agoDAX function is not working
Anyone any idea why this is not working? FirstValue = var selectie = SELECTEDVALUE(company[Name]) var EersteWaarde = CALCULATE(MIN(usermeasurements[AppointmentId]),FIRSTDATE(usermeasurements[Onderz...
Jihwan_Kim
Super User
4 years agoHi,
I do not know what is the expected result, but I think you have one more ) in the measure after the FIRSTDATE function.