Forum Discussion
elliswoods
1 year agoFrequent Visitor
Divide IF value is over a certain amount
n
slorin
1 year agoSuper User
Hi elliswoods
= Table.TransformColumns(Your_Source,{{"Your_Column",
each if _< 100 or _ = null or _ = "" then _ else _/52.143, type number}})
Stéphane