Forum Discussion
sdlx
4 years agoHelper I
Add a Colum with a value based on a conditional test between value of 2 different Table
Hello, I have 2 table. First Table Batch Start Value Batch (Decimal Number) End Value Batch (Decimal Number) Second Table Start Value Reason (Decimal Number) My ...
- 4 years ago
sdlx , Try a column like
maxx(filter(table1, Table2[Start Value Reason] >= Table1[Start Value Batch] && Table2[Start Value Reason] <= Table1[End Value Batch] ), Tabl1[Batch])
sdlx
4 years agoHelper I
amitchandak Thank you so much !