Forum Discussion
kap84
3 years agoNew Member
Get value from another table if result from first is empty
Hi I need to get a name from another table if it's empty on first table, I've tried following as a calculated column but it gives empty result. FirstName = IF(ISBLANK ( 'Table_A'[FirstName...
- 3 years ago
I think with fields of type text, you might need to use IF('Table_A'[FirstName_TableA] = "", ...) as the condition instead.
Ashish_Mathur
Super User
3 years agoHi,
What is the common field in both tables (based on which you want to bring overthe first name)?
kap84
3 years agoNew Member
They are linked using a 3rd a table
Column ID in table ALL_ID_id06 is used as a slicer on report.