Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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 measure it works fine.
However if I try and to use it in a calculated column ie
#"Added Conditional Column" = Table.AddColumn(#"Removed Blank Rows", "Type of Sale", each if [ClassOfBusiness] = """BUS ACC""" then "BA" else if [TrueCompany] = """HOUSE ADVERT""" then "House" else if [iadclass] = 9014 then "Local Remnant" else if [SourceCode] = """BA430""" then "National" else if [SourceCode] = """CA148""" then "National" else if [SourceCode] = """HX355""" then "National" else if [SourceCode] = """MD301""" then "National" else "local" )
It doesnt work and only classifies 'Local Remant'.
Any ideas?
Thanks
Chris
Solved! Go to Solution.
The M code has duplicated double quotes, contrary to the DAX code.
@Anonymous powerquery is case sensitive, have you typed the condition exactly as it is in the data?
Proud to be a Super User!
The M code has duplicated double quotes, contrary to the DAX code.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 90 | |
| 78 | |
| 66 | |
| 65 |