Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway Monitor - FromDisk.pbit is not working #14

Open
Gujjugaming2k opened this issue Jun 6, 2024 · 2 comments
Open

Gateway Monitor - FromDisk.pbit is not working #14

Gujjugaming2k opened this issue Jun 6, 2024 · 2 comments

Comments

@Gujjugaming2k
Copy link

Have any buddy checked, look like its not working @RuiRomano any update when it will be fixed ?

@sachinv22
Copy link

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.

@kieran-steele
Copy link

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 :

//SUMMARIZE(UNION(logsRequests, queriesRequests), [RequestId], "Date", MIN([Dat, [Time])

In looking to check the syntax is correct (and note Dat, not Date)

https://amitchandak.medium.com/power-bi-power-query-vs-dax-append-and-summarize-data-233f173d0839#:~:text=%23%22Grouped%20Rows%22-,DAX%20Solution,-In%20Dax%2C%20we

Maybe? its meant to be "Date", MIN(Date, [Time]) and in a few rows above its TimeId but I dont think thats it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants