We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi there, I am trying to enter create a Custom Column in Power Query, but I am getting a 'Token else expected' error message. When I select show error it takes me to the very end of the formula. The formula is meant to identify whether a result is on target, below target or within a set margin of the target.
if [Target]= null or [Result]= null then null
else if [Polarity]="Higher is better" and [Result]>=[Target] then 1
else if "Higher is better" [Result]>=([Target]*0.95) then 0
else if "Higher is better" then -1
else if [Polarity]="Lower is better" and [Result]<=[Target] then 1 else if "Higher is better" [Result]<=([Target]*0.95) then 0
else if "Higher is better" then -1
Solved! Go to Solution.
Your 3rd and 4th line of code are missing testing criteria.
Your 3rd and 4th line of code are missing testing criteria.
Hi Jakinta, many thanks, Kind regards, Mila
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 7 | |
| 5 |