Forum Discussion
Anonymous
4 years agoNot applicable
Creating a custom column with a New word if date column is empty or null
Hi, Trying to manage data that is missing info. I have one column that shows type of 'termintaed' or 'new hire'. I have another column that shows 'acquired date' . The column that shows acquired d...
- Anonymous4 years ago
Hi Anonymous ,
You could create a calculated column using IF() and ISBLANK() function.
https://docs.microsoft.com/en-us/dax/if-function-dax
https://docs.microsoft.com/en-us/dax/isblank-function-dax
Best Regards,
Jay
Anonymous
4 years agoNot applicable
Hi Anonymous ,
You could create a calculated column using IF() and ISBLANK() function.
https://docs.microsoft.com/en-us/dax/if-function-dax
https://docs.microsoft.com/en-us/dax/isblank-function-dax
Best Regards,
Jay