Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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.