Forum Discussion
Russ99
4 years agoHelper I
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-...
- 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
bcdobbs
4 years agoCommunity Champion
Power query doesn't want the brackets after the if
You have if ( stuff )
Replace with if condition then stuff else stuff no brackets