Forum Discussion
Anonymous
6 years agoNot applicable
IF ISBLANK Custom Column
Hello everyone, I am having issues with using a custom column using a IF ISBLANK formula to combine the UPS website tracking URL with the actual UPS tracking #. I would like the formula to not p...
- 6 years ago
That is the syntax for DAX, you need power query there.
=if test then value_if_true else value_if_false
MCornish
6 years agoResponsive Resident
That is the syntax for DAX, you need power query there.
=if test then value_if_true else value_if_false
- Anonymous6 years agoNot applicable
Thank you for the reply. To confirm, I cannot use a custom column for this formula?