Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi,
I am getting error message
DataSource.Error: Microsoft SQL: 'datetime2fromparts' is not a recognized built-in function name.
when adding a start of month in Power Query (Date.StartOfMonth())
Here's a code of the PQ step:
= Table.AddColumn(PreviousStep, "Start of Month", each Date.StartOfMonth([date]), type datetime)
I am having this issue only in Power BI desktop, in the service all seems to be fine.
Is this a new bug?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.