Forum Discussion
lornafnb
4 years agoHelper I
Create relationship between 2 queries and identify nulls
hi all, I have 2 data sets - my "main" data set called Friends : Friends Surname John White Joe Black Mary Simmonds and the second one is Friends Birthdays: (note their...
- 4 years ago
Hi,
If you dont want to create calculated or custom column then you can replace null value with "No Corresponding record found" after merging the table.
Vijay_A_Verma
4 years agoMost Valuable Professional
Use this code in a custom column
= try #"Friends Birthdays"{[Friends=[Friends]]}[Birthday] otherwise "No Corresponding record found"