You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah it isn't working for me either. the problem is with the Requests query wherein it's throwing an error that "Cannot convert value '' of type Text to type Date." and the other problem is with the Mashup Container profile table.
Likewise. Same error. "Cannot convert value '' of type Text to type Date." in the requests query
This is actually my first use, found this funnily enough as the Microsoft OnPremisesDataGatewayLogs.pit still has that error "DataFormat.Error: There were more columns in the result than expected. Details: Count=11" from years ago.
I had a quick look at the Files query. I notice it takes the date and does
= Table.TransformColumnTypes(#"Renamed Columns",{{"Date", type date}})
and then near the end of the query it does
= Table.TransformColumnTypes(#"Removed Columns",{{"Date", type date}, {"Folder", type text}, {"Content Type", type text}})
In step 3 of Files from disk there is a date modified in date format, and when it gets grouped and comes back out its text in step 8.
Only other thing I can see, is when the query fails, the last line of code is :
Have any buddy checked, look like its not working @RuiRomano any update when it will be fixed ?
The text was updated successfully, but these errors were encountered: