Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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.