Expression.SyntaxError: A Comma cannot precede a RightBrace.

Lewis, Maribel 1 Reputation point
2022-02-01T15:15:38.68+00:00

= Table.TransformColumnTypes(#"Promoted Headers",{<!-- -->{"Student", type any}, {"Last Name", type text}, {"First Name", type any}, {"Unit", type any}, {"POD", type text}, {"School District", type text}, {"School", type text}, {"Grade", type any}, {"Special Ed Code", }, {"1st Indate", Type any} type text, {"Date in H2", type any}, {"IEP start", type any}, {"IEP end", type any}, {"ETR", type type text}, {"Services", type text}, {"Column16", type text}, {"Column17", type any}})

I keep getting error
Expression.SyntaxError: A Comma cannot precede a RightBrace.

Community Center | Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ehren (MSFT) 1,781 Reputation points Microsoft Employee
    2022-02-18T20:54:26.993+00:00

    Looks like "Special Ed Code" is missing the type after its comma.

    Power Query is no longer supported here on Q&A. In the future, please post your questions over on https://aka.ms/PQCommunity instead.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.