Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Using the function #time() in a dataflow seems to result in the mashup engine 'correcting' it to
#"#time"()
This seems like it is potentially a new issue, as Dataflows using this function did not have the same issue prior to today. Haven't tested in desktop or dataset refreshes.
Edit: after a bit more testing, this also seems to be occurring with #date and #datetime for me.
Edit2: It seems that using the following syntax resolves the issue
#time(0,0,0) as time
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.