Forum Discussion
Sudhavi_84
4 years agoHelper V
Data Modelling Relationship
Hi Experts, I have a very basic data model question, and struggling for it. I have a master data Table A which inludes all ID's , Regions and other details etc in it including duplicate ID's. I...
- 4 years ago
I tried this but not working
Column = if(ISBLANK(LOOKUPVALUE(Table1[Records],Table1[Records],Table2[Received])),"No","Yes")
Sudhavi_84
4 years agoHelper V
I tried this but not working
Column = if(ISBLANK(LOOKUPVALUE(Table1[Records],Table1[Records],Table2[Received])),"No","Yes")
Sudhavi_84
4 years agoHelper V
It's working thanks for your help:-) all