Forum Discussion

BenTen22's avatar
BenTen22
Regular Visitor
3 years ago
Solved

Token Equal Expected

Hey all,   I'm getting Token Equal expected for the second to last column i'm adding (highlighted). Can't for life of me workout why though. Any tips would be much appreciated.   = let Dates = B...
  • BA_Pete's avatar
    3 years ago

    Hi BenTen22 ,

     

    At a glance, I can see that at least the last three new columns will fail due to you closing the Table.AddColumn function prematurely. You should remove one of the close brackets after the column formula to allow the type defintion to be an argument within the Table.AddColumn function:

     

     

    Pete