Forum Discussion
Anonymous
5 years agoNot applicable
how to fetch first value from another linked table?
Hello! I have 2 tables, linked by KEY field ("Ключ" on the picture). I need to add column, which shows the firstnonblank value Linked Issues: Key from Linked Issues table. How can I do it? ...
- 5 years ago
Anonymous , Try a new column like
Minx(filter(relatedtable('Linked Issues'), not(isblank('Linked Issues'[Linked Issues: Key])), 'Linked Issues'[Linked Issues: Key])
amitchandak
Super User
5 years agoAnonymous , Try a new column like
Minx(filter(relatedtable('Linked Issues'), not(isblank('Linked Issues'[Linked Issues: Key])), 'Linked Issues'[Linked Issues: Key])