Forum Discussion

Russ99's avatar
Russ99
Helper I
4 years ago
Solved

token rightparen expected

Dear community, I am tring to create a conditional colum that checks if a transaction date (column already in my model) falls between 01/07/2021 and 30/06/2022 then the new column will output FY 21-...
  • bcdobbs's avatar
    4 years ago

    Power query doesn't want the brackets after the if

     

    You have if ( stuff )

     

    Replace with if condition then stuff else stuff no brackets