IFNULL equivalent

I have a requirement to display a field (revised target date) value and in case it is null, need to display a different field (planned target date)

in tableau, this is acheivable by using IFNULL

IFNULL([Field],[FieldOrValueSameDataType])

is there a similar easy formula in eazyBI

Hi @nagashankarp

Welcome to the Community!

There is indeed such a function in MDX, it’s called CoalesceEmpty.
You can check it out here in our documentation: CoalesceEmpty

​Best regards,
​Nauris