Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello
I have:
Var 1 (numeric, column): satisfation scores between "1" to "10", plus "99" = no answer
Var 2 (numeric, column): wighting scores, numeric values for each row/individual between 0.1 and 1.9
I need:
NEW Var ( conditional new column, numeric), which has to contain:
Procuct "Var 1" * "Var 2", except where "Var 1 = 99" --> then "NEW Var" = null
Can anybody describe me the most efficient way to create exactly this NEW Var in the data editor view?
Cheers,
teinoB
Solved! Go to Solution.
Thanks. Yoursolution doesn't work, it produces an error "expected token: eof".
I tried a little bit around and came to this solution, it might probaly interest you:
NEW_Var=
if ([#"D05_1 : How satisfied are you?"]=99) then ("") else [weight]*[#"D05_1 : How satisfied are you?"]
Thanks. Yoursolution doesn't work, it produces an error "expected token: eof".
I tried a little bit around and came to this solution, it might probaly interest you:
NEW_Var=
if ([#"D05_1 : How satisfied are you?"]=99) then ("") else [weight]*[#"D05_1 : How satisfied are you?"]
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 77 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |