Forum Discussion
Anonymous
5 years agoNot applicable
get one table from another using join
Hi, I have a somewhat weird case that I'm trying to solve. Have a one-many relationship between two tables. I need one column from my many table into the other by using a calculated column. Would ...
- Anonymous5 years ago
Figured this out by using this formula:
CALCULATE(LASTNONBLANKVALUE(Table1[Column1], FIRSTNONBLANK(Table1[Column2], 1)))
Anonymous
5 years agoNot applicable
Figured this out by using this formula:
CALCULATE(LASTNONBLANKVALUE(Table1[Column1], FIRSTNONBLANK(Table1[Column2], 1)))