Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Left join in SQL transfer to Dax Messure

Hello together,   my SQL is:   select Tab2.Comment from Tab1 leftjoin Tab2 ON (Tab1.ID = Tab2.ID )   As we use the direct query so a merge in Table is not possible. We need this join as a mes...