Forum Discussion
Anonymous
9 years agoNot applicable
Conditional Column not working (M against Measure)
Hi, If I use Type of Sale = IF(insertBK[ClassOfBusiness] = "Bus Acc","BA",IF(insertBK[TrueCompany]="HOUSE ADVERT","House",IF(insertBK[iadclass] = 9014, "Local Remnant"," "))) In a measur...
- 9 years ago
The M code has duplicated double quotes, contrary to the DAX code.
vanessafvg
9 years agoCommunity Champion
Anonymous powerquery is case sensitive, have you typed the condition exactly as it is in the data?
MarcelBeug
9 years agoCommunity Champion
The M code has duplicated double quotes, contrary to the DAX code.