Forum Discussion
dirkjs
7 years agoFrequent Visitor
Incorrect syntax for DATETIME
I get an incorrect syntax error for the DATETIME strings in the example below: CustomFiscalPeriods = DATATABLE ( "Fiscal YearNumber", INTEGER, "FirstDayOfYear", DATETIME, "LastDayOfYear", DATE...
pbeye
7 years agoResolver II
Can you post a screen shot of what you see? It workes fine for me which is weird. You're trying to create a new table and not a column, correct?
dirkjs
7 years agoFrequent Visitor
That is true. I try to create a table with 3 columns.
Incorrect Syntax for DATETIME
- dirkjs7 years agoFrequent Visitor
This is something for Power BI Development Team. I tried to comment the second field and I got the following strange result!Second field as a comment.
- v-lili6-msft7 years agoCommunity Support
- dirkjs7 years agoFrequent Visitor
Dear Lin,
Thanks for your kind support. When I load your demo.pbx, the database is created and loaded, BUT, the syntax error remains(!) and when I hit one [RETURN] in the formula panel, I loose the data in the tabel like you see in my screenshot below.