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...
dirkjs
7 years agoFrequent Visitor
Thanks for your response, but, both notations "28-06-2015" as "2015-06-28" do not work!
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?
- dirkjs7 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