Hi I am looking to replace both NaN and Error in one formula in Power Query
I thought that the following formula would work, but it looks like it only performs part of the formula. Pretty sure I wrote it incorrectly. Any support appreciated
I thought that the following formula would work, but it looks like it only performs part of the formula. Pretty sure I wrote it incorrectly. Any support appreciated
Power Query:
try ([#"YTG (Amt)"]/[#"YTG (Qty)"]) otherwise Number.IsNaN ([#"YTG (Amt)"]/[#"YTG (Qty)"])
Last edited by a moderator: