Forum Discussion
Underlying error message: We cannot convert the value "[Binary]" to type Binary
- 9 years ago
AnonymousI created the the table in Excel (Power Query) and saved it in SharePoint.
- Anonymous5 years ago
For anyone who is still having this issue, I found the reason for the error to be the "Privacy level" setting in Power BI service. You need to make sure that all your connections where you are appending or merging data have the same privacy level.
This also explain why it would work in Power BI Desktop and not in Power BI Service as they can have different settings.
Every time I have this error, I check the privacy level of all the credentails and I find that in one of the setting have either changed or not set to begin with
Hope this helps others
Nishant
Hi Anonymous,
>>I have a two data sources one by a gateway and a several Excel files (with the same structure) from SharePoint.
Since I' m not so sure for your issue, can you share more detailed information about this?
For instance:
Which file you host on gateway?
which type of sharepoint you used?(on premise or online)
In addition, did you use custom function to merge these excel files? According to the error message, it seems like the issue is related to power query formulas.
Regards,
Xiaoxin Sheng
- Anonymous9 years agoNot applicable
Thank you Xiaoxin Sheng that you make a lite time for my question.
I have a gateway connection for a Sql database and a SharePoint online connection.
I think also that the problem is from the SharePoint connection. I have used a SharePoint Folder connectivity.
In the source query I received a table with all the documents that inside the SharePoint page. In this table i have a "content" column with "binary" text in each row. This table a have filtered to have all the Excel files needed for the project and that I have oppened the merged content and in this way a have created a big table with all the information for every Excel files.
I don't understand why the refresh is possible with power bi desktop and i have trouble with the published report in power bi service.
Best regards,
Barni
- Anonymous9 years agoNot applicable
Hi Anonymous,
I test to get data from sharepoint online and follow your steps to publish to service, it works on my side.
Have you test on the last version of power bi ?
If you create a new report which original datasource, can you reproduce it?In addition, I think the issue may related to custom function which used to convert your data in power query.(current custom function only available on desktop)
Regards,
Xiaoxin Sheng
- sukajalan29 years agoFrequent Visitor
I have the same problem, and I think it was due to the step of Combine Files for the files in the SharePoint. The report in Power BI Desktop works fine. We just can't refresh the dataset after the report is published. My workaround is to create a table with the Combine Files using Power Query, and use this table as a new data source. I now can refresh my new dataset after I publish the report.