Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
So if I include:
=if(IsNull([Date of Appointment]), [Date of Appointment])
In a table, it only returns many records that have a null Date of Appointment
However, if I try and use it as a measure:
=count(if(IsNull([Date of Appointment]), [Date of Appointment]))
it counts zero.
Any ideas?
Thank you so much, that did the trick.