【发布时间】:2021-12-10 09:24:56
【问题描述】:
我在以下 powerquery M 公式中收到 Token Literal 预期错误。错误指向**之间的部分
if
(if [Value 1] = true then [Value 2] - [Value 3] else [Value 3] - [Value 4]) < [Value 1] and
**if**
(if [Value 1] = true then [Value 2] - [Value 3] else [Value 3] - [Value 4]) > 0 then 1 else
Please note this is this a part of a bigger formula, but only this part gives an error.
Does anyone has an idea how to solve this?
【问题讨论】:
标签: powerquery m