<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Power Query Merge/Append &amp;quot;Expression.Error: We cannot convert the value &amp;quot;[Binary]&amp;quot; to type Binary.&amp;quot; in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2050728#M60331</link>
    <description>&lt;P&gt;Try transforming the list of Binary Columns first, or if you have them in separate queries, Transform on each query first. If you have them in a list already, then it's:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;List.Transform(NameOfBinaryColumn, each &amp;nbsp;Csv.Document(_, [Encoding = 1252]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, just use =Csv.Document(NameOfPriorStep)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Nate&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2021 07:52:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-09-01T07:52:58Z</dc:date>
    <item>
      <title>Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2047753#M60262</link>
      <description>&lt;P&gt;Hello Community!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing an issue in Power Query and can't seem to find a reason to why its happening. I could really use some advice on the reason to the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error I'm getting&amp;nbsp; -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Expression.Error: We cannot convert the value "[Binary]" to type Binary. &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;When am I facing it?&lt;/STRONG&gt;&lt;/U&gt; - When trying to merge or append 2 queries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;What are the data soruces of the two queries?&lt;/STRONG&gt; &lt;/U&gt;- 2 Excel files kept in folders in 2 different SharePoint sites. The privacy of both are kept as 'Private'. &lt;EM&gt;(I've also faced this issue while trying to merge an SQL query with an Excel)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;What are the datatypes of the columns I'm using to connect the tables?&lt;/STRONG&gt;&lt;/U&gt; - Both are of type Text. (Also no Blank values are present in both columns).&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Known Work Around&lt;/STRONG&gt;&lt;/U&gt; - Now, I have no idea why this error is shown, but I found a work around to this which is using &lt;EM&gt;&lt;STRONG&gt;'Merge as New Query'&lt;/STRONG&gt; or&lt;STRONG&gt; 'Append as new query'&lt;/STRONG&gt;.&lt;/EM&gt; If I do that, then this error is not shown and previously when I faced this issue, I did that.&lt;BR /&gt;&lt;BR /&gt;However now, I need to do 3 different merges on this table and if I use this work around method, I'd be making more and more tables which I dont really prefer now &lt;EM&gt;(Its getting really clustered/crowded by tables)&lt;/EM&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I just really want to know the reason behind this and find a proper solution once and for all. I have done other merges/appends on other tables in this file and havn't seen this error. So, I'm not sure why its popping up for some.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you have knowledge on this, kindly help me! I'd really appreciate it!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 05:46:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2047753#M60262</guid>
      <dc:creator>DevadathanK</dc:creator>
      <dc:date>2021-08-31T05:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2049956#M60306</link>
      <description>&lt;P&gt;Maybe this is caused by some data error in your Excel files. Would you please share some data for further testing?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 01:30:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2049956#M60306</guid>
      <dc:creator>xzmiche</dc:creator>
      <dc:date>2021-09-01T01:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2050728#M60331</link>
      <description>&lt;P&gt;Try transforming the list of Binary Columns first, or if you have them in separate queries, Transform on each query first. If you have them in a list already, then it's:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;List.Transform(NameOfBinaryColumn, each &amp;nbsp;Csv.Document(_, [Encoding = 1252]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, just use =Csv.Document(NameOfPriorStep)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Nate&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 07:52:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2050728#M60331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-01T07:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2053625#M60397</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="215701" data-lia-user-login="DevadathanK" class="lia-mention lia-mention-user"&gt;DevadathanK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found an old thread showing a solution,you may have a try:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Service/Underlying-error-message-We-cannot-convert-the-value-quot-Binary/m-p/210034" target="_blank"&gt;https://community.powerbi.com/t5/Service/Underlying-error-message-We-cannot-convert-the-value-quot-Binary/m-p/210034&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Kelly&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my reply as a solution!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 09:12:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2053625#M60397</guid>
      <dc:creator>v-kelly-msft</dc:creator>
      <dc:date>2021-09-02T09:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2056142#M60462</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="206405" data-lia-user-login="xzmiche" class="lia-mention lia-mention-user"&gt;xzmiche&lt;/a&gt;&amp;nbsp;Thanks for replying!&lt;BR /&gt;&lt;BR /&gt;I don't think its an issue in the excel files. I had the files kept in different SharePoint sites earlier, now I moved the file itself to one unified SharePoint site and now it works (All I did was move the same exact file to one of the 2 SharePoint sites, no other changes in or on the file).&lt;BR /&gt;&lt;BR /&gt;It's some issue when the file is being stored in the different SharePoint sites, I dont know why still.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 09:57:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2056142#M60462</guid>
      <dc:creator>DevadathanK</dc:creator>
      <dc:date>2021-09-03T09:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2056148#M60463</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="194507" data-lia-user-login="v-kelly-msft" class="lia-mention lia-mention-user"&gt;v-kelly-msft&lt;/a&gt;, Thank you for replying!&lt;BR /&gt;&lt;BR /&gt;I had seen this post before when I went through any material I could find to get the solution, I couldnt understand the solution offered in this post and futher more alot of comments were stating that its still a work around. I want to know why this problem occurs.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Currently I was able to find yet another workaround by storing the files on one single SharePoint site. However in a case where the files are stored say, in an SQL and Excel in SharePoint site, then such work around wont be helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 10:02:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2056148#M60463</guid>
      <dc:creator>DevadathanK</dc:creator>
      <dc:date>2021-09-03T10:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2056518#M60468</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;Thanks for replying to me,&lt;BR /&gt;&lt;BR /&gt;The way I connected the table is by using the 'Combine files' option present for the Binary data type column for the file. Then the automatic Transform queires are created and then I get the data in a table format. Its after this that I tried to merge the two tables.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;I'm not certain if this method relates to this way, Let me try this method out.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried moving one of the excel files to the SharePoint site where the other one is being stored and now the error is not shown. I literally just copied the exact same file to the SharePoint site (no others whatsoever). Still have no clue as to why this issue is shown.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 14:04:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2056518#M60468</guid>
      <dc:creator>DevadathanK</dc:creator>
      <dc:date>2021-09-03T14:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2056521#M60469</link>
      <description>&lt;P&gt;So, I moved one of the excel files to the SharePoint where the other file was being stored and this error is not shown anymore.&lt;BR /&gt;&lt;BR /&gt;From this, I'm assuming that its an issue (a compatibility issue of some kind) between the two SharePoint sites, as switching them solved the issue. Like I stated before, the privacy levels of both are set to 'Private' and the only difference that I could see is that in one SHarePoint site i'm a Member and in the other one, I'm the owner. Not sure if this is the issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;So,&lt;/STRONG&gt; &lt;STRONG&gt;work around 2&lt;/STRONG&gt;&lt;/U&gt; - Store the files within the same SharePoint site&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Reason for the error?&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp;- Still a mystery&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 14:03:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2056521#M60469</guid>
      <dc:creator>DevadathanK</dc:creator>
      <dc:date>2021-09-03T14:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2056528#M60470</link>
      <description>&lt;P&gt;If the Privacy Level of both are set to "Private", then perhaps it's not allowing you to combine files from two different locations into the same source file.&amp;nbsp; I would try changing the Privaly Levels to "Always Ingnore Privacy Levels".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Nate&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 14:05:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2056528#M60470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-03T14:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2624132#M80201</link>
      <description>&lt;P&gt;If you are facing this problem in Dataflow:&lt;BR /&gt;Go to Project details and mark 'Allow combining data from multiple sources...'.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 07:13:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2624132#M80201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-07T07:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2771124#M85905</link>
      <description>&lt;P&gt;I can relate this with O365 password change. This affected 25% of all my reports published on Power BI Service.&lt;BR /&gt;If the report was refreshed from Power BI Desktop there was no error.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Why: unknown&lt;BR /&gt;Solution that worked: in Power BI Service / dataset settings&amp;nbsp; / Edit Credentials - click on each to to update credentials.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 16:39:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/2771124#M85905</guid>
      <dc:creator>Zrt99</dc:creator>
      <dc:date>2022-09-15T16:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/3049749#M96837</link>
      <description>&lt;P&gt;Solved my problem - thank you! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I had the issue within a dataflow, merging data from two excel files which are stored in the same SharePoint.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 07:53:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/3049749#M96837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-30T07:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/3248058#M104661</link>
      <description>&lt;P&gt;This solved it for me. I think I saw it in another one of the replies.&amp;nbsp;&lt;BR /&gt;I checked my credentials/sign-on settings. One of the SharePoint connections had a setting of "Private" while the other one had "Organizational."&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For me, both are in the same parent SharePoint, but different subfolders. Changing the "Private" to "Organizational" sign-in solved the issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 15:21:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/3248058#M104661</guid>
      <dc:creator>powerbicastelr</dc:creator>
      <dc:date>2023-05-22T15:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/3711240#M121976</link>
      <description>&lt;P&gt;This is so strange.&amp;nbsp; I have had the same problem after changing the source data to Sharepoint.&amp;nbsp; I decided to split the query into 2 so that I could see the data at the point of it breaking.&amp;nbsp; That was literally all I did, but now it works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 13:57:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/3711240#M121976</guid>
      <dc:creator>LeeeBecker</dc:creator>
      <dc:date>2024-02-20T13:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/4621410#M148551</link>
      <description>&lt;P&gt;I’m experiencing the same issue.&lt;/P&gt;&lt;P&gt;Two of my resources are .csv files stored in a SharePoint site, and another resource is a Microsoft List located in a different SharePoint site. Instead of transferring all the resources to a single site, I found a workaround that worked for me!&amp;nbsp;Here’s what I did:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Let’s say your last step before the merge step is named X.&lt;/P&gt;&lt;P&gt;Between X and the merge step, add these two steps:&lt;/P&gt;&lt;P&gt;1) Redundant step: &lt;STRONG&gt;Y = X&lt;/STRONG&gt; (this step does nothing just reference the last step before this step)&lt;/P&gt;&lt;P&gt;2) Condition step: &lt;STRONG&gt;Z = if true then Y else X&lt;/STRONG&gt; (This condition essentially does nothing.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After step Z, reference this step and continue with your workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m not entirely sure why this works, but I discovered this workaround by chance. If anyone knows the reason behind this, please let me know!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2025 19:55:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/4621410#M148551</guid>
      <dc:creator>Senobar</dc:creator>
      <dc:date>2025-03-23T19:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/4645765#M149479</link>
      <description>&lt;P&gt;In case this ever helps someone in the future.&lt;BR /&gt;&lt;BR /&gt;I had this exact same error/issue. The solution ended up being aligning the privacy levels in the data connection setting in the workspace to "organizational" for both. I had two connections to two different Sharepoint sites - one with "Private" privacy level and one with "Organizational" privacy level. I changed the Private one to Organizational by going into the workspace, going to the Lineage view for the report, click on the data sourc which opens a right hand panel, which contains a "Go to settings" link, and changed it there.&lt;BR /&gt;&lt;BR /&gt;After that I was able to refresh without issue!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 22:37:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/4645765#M149479</guid>
      <dc:creator>Stephen_Sink</dc:creator>
      <dc:date>2025-04-09T22:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Merge/Append "Expression.Error: We cannot convert the value "[Binary]" to type Binary."</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/4829581#M154880</link>
      <description>&lt;P&gt;There is no error in your data&lt;/P&gt;&lt;P&gt;The solution above works for me and many others&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/3711240/highlight/true#M121976" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/3711240/highlight/true#M121976&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be Power Query trying to do smart things on Sharepoint Excels. Smart things that have a bug inside.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When separating the query in halves, it works, so the problem is definetily in power query&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 09:57:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Merge-Append-quot-Expression-Error-We-cannot-convert/m-p/4829581#M154880</guid>
      <dc:creator>Eduardo_Suela</dc:creator>
      <dc:date>2025-09-18T09:57:52Z</dc:date>
    </item>
  </channel>
</rss>

