<?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: We cannot convert the value &amp;quot;[Table]&amp;quot; to type Table. in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2274087#M22443</link>
    <description>&lt;P&gt;Does it fail completely in the service or only for certain files?&amp;nbsp; What's the average size of the image files, and how many are there?&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jan 2022 15:56:30 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2022-01-09T15:56:30Z</dc:date>
    <item>
      <title>We cannot convert the value "[Table]" to type Table.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2270847#M22419</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I donot face any error in Power BI Desktop. but while running same report on server, I face below error. Waiting for support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We cannot convert the value "[Table]" to type Table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Here is the M query.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;let&lt;BR /&gt;Source = Folder.Files("\\IPACK-SVR-FILE\Production\10-Waste\Employee of the Month"),&lt;BR /&gt;RemoveOtherColumns = Table.SelectColumns(Source,{"Content", "Name"}),&lt;BR /&gt;SplitTextFunction = Splitter.SplitTextByRepeatedLengths(30000),&lt;BR /&gt;ListInput = Table.ToRows(RemoveOtherColumns),&lt;BR /&gt;ConvertOneFile = (InputRow as list) =&amp;gt;&lt;BR /&gt;let&lt;BR /&gt;BinaryIn = InputRow{0},&lt;BR /&gt;FileName = InputRow{1},&lt;BR /&gt;BinaryText = Binary.ToText(BinaryIn, BinaryEncoding.Base64),&lt;BR /&gt;SplitUpText = SplitTextFunction(BinaryText),&lt;BR /&gt;AddFileName = List.Transform(SplitUpText, each {FileName,_})&lt;BR /&gt;in&lt;BR /&gt;AddFileName,&lt;BR /&gt;ConvertAllFiles = List.Transform(ListInput, each ConvertOneFile(_)),&lt;BR /&gt;CombineLists = List.Combine(ConvertAllFiles),&lt;BR /&gt;ToTable = #table(type table[Name=text,Pic=text],CombineLists),&lt;BR /&gt;AddIndexColumn = Table.AddIndexColumn(ToTable, "Index", 0, 1),&lt;BR /&gt;#"Filtered Rows" = Table.SelectRows(AddIndexColumn, each ([Name] &amp;lt;&amp;gt; "Thumbs.db")),&lt;BR /&gt;#"Split Column by Delimiter" = Table.SplitColumn(#"Filtered Rows", "Name", Splitter.SplitTextByDelimiter(".", QuoteStyle.Csv), {"Name.1", "Name.2"}),&lt;BR /&gt;#"Changed Type" = Table.TransformColumnTypes(#"Split Column by Delimiter",{{"Name.1", type text}, {"Name.2", type text}}),&lt;BR /&gt;#"Removed Columns" = Table.RemoveColumns(#"Changed Type",{"Name.2"}),&lt;BR /&gt;#"Renamed Columns" = Table.RenameColumns(#"Removed Columns",{{"Name.1", "Name"}})&lt;BR /&gt;in&lt;BR /&gt;#"Renamed Columns"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 05:34:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2270847#M22419</guid>
      <dc:creator>MI</dc:creator>
      <dc:date>2022-01-07T05:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: We cannot convert the value "[Table]" to type Table.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2273824#M22436</link>
      <description>&lt;P&gt;Are there any empty (zero length) files in that folder?&amp;nbsp; Or files that are being written to while you run your query?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jan 2022 00:32:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2273824#M22436</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-01-09T00:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: We cannot convert the value "[Table]" to type Table.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2274001#M22441</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No, there is no empty (zero length) files in that folder. attached query converts high resolution Pictures to display in BI. This works perfect in Desktop but gives error on server&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jan 2022 12:40:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2274001#M22441</guid>
      <dc:creator>MI</dc:creator>
      <dc:date>2022-01-09T12:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: We cannot convert the value "[Table]" to type Table.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2274087#M22443</link>
      <description>&lt;P&gt;Does it fail completely in the service or only for certain files?&amp;nbsp; What's the average size of the image files, and how many are there?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jan 2022 15:56:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2274087#M22443</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-01-09T15:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: We cannot convert the value "[Table]" to type Table.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2274523#M22449</link>
      <description>&lt;P&gt;It's failing completely. There are 5 files with average size of each file is 450 Kb&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 04:07:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2274523#M22449</guid>
      <dc:creator>MI</dc:creator>
      <dc:date>2022-01-10T04:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: We cannot convert the value "[Table]" to type Table.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2276388#M22462</link>
      <description>&lt;P&gt;What gateway version are you using? Can the gateway VMs see the file share? Do you have an option to put the files on a sharepoint or Onedrive instead?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 01:04:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2276388#M22462</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-01-11T01:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: We cannot convert the value "[Table]" to type Table.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2279052#M22469</link>
      <description>&lt;P&gt;Dear Ibendlin,&lt;/P&gt;&lt;P&gt;Thank you for your support. I have found the solution for this problem. actually issue was with&amp;nbsp;&lt;SPAN&gt;Privacy setting of the data source. after fix this my problem is resolved. Thank u&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 08:21:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2279052#M22469</guid>
      <dc:creator>MI</dc:creator>
      <dc:date>2022-01-12T08:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: We cannot convert the value "[Table]" to type Table.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2280508#M22480</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="173762" data-lia-user-login="MI" class="lia-mention lia-mention-user"&gt;MI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly. If not, please point it out.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Looking forward to your feedback.&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Henry&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 01:42:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/We-cannot-convert-the-value-quot-Table-quot-to-type-Table/m-p/2280508#M22480</guid>
      <dc:creator>v-henryk-mstf</dc:creator>
      <dc:date>2022-01-13T01:42:56Z</dc:date>
    </item>
  </channel>
</rss>

