Forum Discussion

ekinmur's avatar
ekinmur
Regular Visitor
10 years ago

M:1 relationship not observed

Hi,   I have two tables T1 and T2; T1 has an id column that has unique values, T2 has a calculated column that I created as follows:   Column = IF(VALUE(T2[sprint_id]) = BLANK(), VALUE(1595), VAL...