Forum Discussion
View Errors. OK, Where are they?
There's no calcutions.
There's no fractions.
The errors that I can see are a GroupID that is initially identified as a number (based on the sampling of the first 1000 rows by BI). If I change the datatype to text, Close and Apply, it still shows the errors.
Seems like it's a bug.
I had the same problem. I fixed mine. My errors were the result of having a column with binary content at the last step of a query. I had one query that tied to a SharePoint folder to see all the files in that folder. The rest of my queries were references to that query - the query dependencies looked like a pyramid. The top of the pyramid was the problem. I copied the Source step to each of my queries and deleted the query at the top of my pyramid. No more disappearing errors.