Forum Discussion

ola7mat's avatar
ola7mat
Frequent Visitor
8 years ago
Solved

OR statements

Appreciate if anyone can advise if there is an easier way to write this in power query?   if [Colour] = "Red" or [Colour] = "blue" then true else false I.e. how or can I write something like so  ...
  • ChrisMendoza's avatar
    ChrisMendoza
    8 years ago

    ola7mat,

     

    The function allows you not to have to rewrite the many formula's. Define it once and call it as necessary. Possibly share some more details about the data and your desired output(s).