I have a report that refreshes perfectly on Desktop. It uses Sharepoint List, Sharepoint folder where is looks for newest csv file and Power BI dataset. I published it on Power BI Service and scheduled a refresh which returns constantly this error:
Last refresh failed: Mon Apr 25 2022 12:53:52 GMT+0200 (Central European Summer Time)
There was an error when processing the data in the dataset.Hide details
Processing error: | We cannot convert the value "[Binary]" to type Binary. |
Cluster URI: | WABI-EUROPE-NORTH-B-redirect.analysis.windows.net |
Activity ID: | 4a0077e4-b62f-4830-963a-3028a6d0d7c3 |
Request ID: | fe4e52bd-16c0-34d3-ca98-154ee26e5d37 |
Time: | 2022-04-25 10:53:52Z |
I have checked that the Data Sources are set on Organizational and nothing seems to help.
Hi. This error could be an issue with your M script within your Power BI Desktop file. There might a data type conversion of binary before combining or opening the last file that is preventing the engine to read the record as binary. Please check it in your Power Bi Desktop. Try refreshing and checking the code.
I hope that helps,
Happy to help!
That's unfortunetly not it 😞