Forum Discussion
Anonymous
2 years agoNot applicable
New Column creation
I want to create new column using 2 columns with if condition wherer in one column among these 2 source columns is created bby adding 3 measures and 1 column. So my column should be, IF('Column1' = '...
ChiragGarg2512
2 years agoSolution Sage
Anonymous , when a column is used in a dax, the table name has to be mentioned. Currently, expression in IF statement is to compare tables named column 1 and column 2.
Anonymous
2 years agoNot applicable
No, actually I am not writing DAX to create this column. I am using "New column" to create it.