Forum Discussion
Arnoh
3 years agoHelper III
finding first record
Hi I have the following issue: I have a table as below id source_id 100 101 100 102 103 102 104 101 105 104 I want to find th...
Kev74
3 years agoFrequent Visitor
Hi try it :
first_id = IF(ISBLANK(LOOKUPVALUE('Table'[id], 'Table'[id], 'Table'[source_id])), 'Table'[id], LOOKUPVALUE('Table'[id], 'Table'[id], 'Table'[source_id]))