<?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: Data format error. external table is no tin the expected format for  (.xls file format) in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3387581#M110012</link>
    <description>&lt;P&gt;Hi there!&lt;BR /&gt;Shame that you didnt post Mcode for this query.&lt;BR /&gt;&lt;BR /&gt;Without the code I can just give you this advise:&lt;BR /&gt;Power automate: since it is creating the file, surly there must be a way to save it as XLSX.&lt;BR /&gt;If this for any reason is not doable:&lt;BR /&gt;&lt;BR /&gt;in power query, you need to change your M code a bit.&lt;BR /&gt;This Mcode works with XSLX file right?&lt;BR /&gt;This means the query is using to formulas: Excel.Workbook(FileContent( ... ))&lt;BR /&gt;However in my expierience with XLS file it actualy needs CSV.Document formula.&lt;BR /&gt;So:&lt;BR /&gt;1. Open blank work book.&amp;nbsp;&lt;BR /&gt;2. using power query - import this XLS filee using from text/ CSV&lt;BR /&gt;3. Copy the formula from formula bar from power Query.&lt;BR /&gt;4. Close and Save.&lt;BR /&gt;5. go into your file with the error.&lt;BR /&gt;6. your current importing formula (probobly called Source -&amp;gt; enter the formula bar.&lt;BR /&gt;7. Replace current formula with:&lt;BR /&gt;try (Current formula) otherwise NewCopiedformula&lt;BR /&gt;&lt;BR /&gt;Im sorry but without more info / code i cannot do more.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Aug 2023 14:31:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-18T14:31:53Z</dc:date>
    <item>
      <title>Data format error. external table is no tin the expected format for  (.xls file format)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3387404#M110009</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;from power automate every day a file is created in .xls format.&lt;/P&gt;&lt;P&gt;and this file is connected o power query editor(other excel) in sharepoint. But if I save same file in .xlsx format it works. is there any possiblity to automate the process?&lt;/P&gt;&lt;P&gt;So is there a way to solve this error.&amp;nbsp;&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>Fri, 18 Aug 2023 12:54:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3387404#M110009</guid>
      <dc:creator>Krishna09</dc:creator>
      <dc:date>2023-08-18T12:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data format error. external table is no tin the expected format for  (.xls file format)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3387581#M110012</link>
      <description>&lt;P&gt;Hi there!&lt;BR /&gt;Shame that you didnt post Mcode for this query.&lt;BR /&gt;&lt;BR /&gt;Without the code I can just give you this advise:&lt;BR /&gt;Power automate: since it is creating the file, surly there must be a way to save it as XLSX.&lt;BR /&gt;If this for any reason is not doable:&lt;BR /&gt;&lt;BR /&gt;in power query, you need to change your M code a bit.&lt;BR /&gt;This Mcode works with XSLX file right?&lt;BR /&gt;This means the query is using to formulas: Excel.Workbook(FileContent( ... ))&lt;BR /&gt;However in my expierience with XLS file it actualy needs CSV.Document formula.&lt;BR /&gt;So:&lt;BR /&gt;1. Open blank work book.&amp;nbsp;&lt;BR /&gt;2. using power query - import this XLS filee using from text/ CSV&lt;BR /&gt;3. Copy the formula from formula bar from power Query.&lt;BR /&gt;4. Close and Save.&lt;BR /&gt;5. go into your file with the error.&lt;BR /&gt;6. your current importing formula (probobly called Source -&amp;gt; enter the formula bar.&lt;BR /&gt;7. Replace current formula with:&lt;BR /&gt;try (Current formula) otherwise NewCopiedformula&lt;BR /&gt;&lt;BR /&gt;Im sorry but without more info / code i cannot do more.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 14:31:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3387581#M110012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-18T14:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data format error. external table is no tin the expected format for  (.xls file format)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3387635#M110013</link>
      <description>&lt;P&gt;Thank you for your quick response,&lt;/P&gt;&lt;P&gt;As per your suggestion, I tried to import xls file from text/csv file. then it showed empty folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is Mcode while importing .xls file from SharePoint:-&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;&lt;P&gt;I have tried few ways&amp;nbsp; to import xls file from sharepoint.&lt;/P&gt;&lt;P&gt;I have created empty xls files and saved in sharepoint and imported them. it was successfull. So i used that Mcode renamed files and tried to import. then it gave similar error.&lt;/P&gt;&lt;P&gt;below is the Mcode I used&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the error started at&amp;nbsp; "Invoke Custom Function1"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 15:08:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3387635#M110013</guid>
      <dc:creator>Krishna09</dc:creator>
      <dc:date>2023-08-18T15:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data format error. external table is no tin the expected format for  (.xls file format)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3389549#M110088</link>
      <description>&lt;P&gt;ok, I see ur still using basic sharepoint import.&lt;BR /&gt;as I stated, without the exact file it is hard towork on.&lt;BR /&gt;&lt;BR /&gt;So what you can do is to create CSV.Document() command for exact same file (import from text / csv) see what code it generated (the square brackets CSV paraameters)&lt;BR /&gt;then what you need to do is to combine formulas in Mcode:&lt;BR /&gt;it would look sth like this:&lt;BR /&gt;CSV.Document(Sharepoint.files( ... ), [Parameters] )&lt;BR /&gt;and try it this way.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 08:03:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3389549#M110088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-21T08:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data format error. external table is no tin the expected format for  (.xls file format)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3389623#M110094</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Thank you&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp; for your suggestion.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Below is Mcode from csv file importing.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source = SharePoint.Files("&lt;A href="https://sharepoint.com/teams/" target="_blank"&gt;https://sharepoint.com/teams/&lt;/A&gt;", [ApiVersion = 15]),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Filtered Rows" = Table.SelectRows(Source, each Text.Contains([Name], "Dashboard 2021 has completed") and [Extension] = ".csv"),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Dashboard 2021 has completed csv_https://sharepoint com/teams/Report - Flow/Excel_file_Renamed/" = #"Filtered Rows"{[Name="Dashboard 2021 has completed.csv",#"Folder Path"="&lt;A href="https://sharepoint.com/teams/Report" target="_blank"&gt;https://sharepoint.com/teams/Report&lt;/A&gt; - Flow/Excel_file_Renamed/"]}[Content],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Imported CSV" = Csv.Document(#"Dashboard 2021 has completed csv_https:// sharepoint com/teams/Report - Flow/Excel_file_Renamed/",[Delimiter=";", Columns=44, Encoding=1252, QuoteStyle=QuoteStyle.None]),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Changed Type" = Table.TransformColumnTypes(#"Imported CSV",{{"Column1", type text}, {"Column2", type text}, {"Column3", type text}, {"Column4", type text}, {"Column5", type text}, {"Column6", type text}, {"Column7", type text}, {"Column8", type text}, {"Column9", type text}, {"Column10", type text}, {"Column11", type text}, {"Column12", type text}, {"Column13", type text}, {"Column14", type text}, {"Column15", type text}, {"Column16", type text}, {"Column17", type text}, {"Column18", type text}, {"Column19", type text}, {"Column20", type text}, {"Column21", type text}, {"Column22", type text}, {"Column23", type text}, {"Column24", type text}, {"Column25", type text}, {"Column26", type text}, {"Column27", type text}, {"Column28", type text}, {"Column29", type text}, {"Column30", type text}, {"Column31", type text}, {"Column32", type text}, {"Column33", type text}, {"Column34", type text}, {"Column35", type text}, {"Column36", type text}, {"Column37", type text}, {"Column38", type text}, {"Column39", type text}, {"Column40", type text}, {"Column41", type text}, {"Column42", type text}, {"Column43", type text}, {"Column44", type text}})&lt;/P&gt;&lt;P&gt;in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Changed Type"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Below is the Mcode for .xls file, I have replaced [Parameter] values of csv in .xls file. it gave belo error. If i have replaced the parameter wrong, please guide me.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source = SharePoint.Files("https:// sharepoint.com/teams /", [ApiVersion = 15]),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Filtered Rows" = Table.SelectRows(Source, each Text.Contains([Name], " Dashboard") and [Extension] = ".xls"),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Filtered Rows1" = Table.SelectRows(#"Filtered Rows", each ([Name] = " Dashboard 2021 has completed.xls" )),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #" Dashboard 2021 has completed xls_https:// sharepoint com/teams/ Report - Flow/Excel_file_Renamed/" = #"Filtered Rows1"{[Name=" Dashboard 2021 has completed.xls",#"Folder Path"="&lt;A href="https://sharepoint.com/teams/" target="_blank"&gt;https://sharepoint.com/teams/&lt;/A&gt; Report - Flow/Excel_file_Renamed/"]}[Content],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Imported Excel Workbook" = Excel.Workbook(#"Dashboard 2021 has completed xls_https:// sharepoint com/teams/ Report - Flow/Excel_file_Renamed/",[Delimiter=";", Columns=44, Encoding=1252, QuoteStyle=QuoteStyle.None])&lt;/P&gt;&lt;P&gt;in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Imported Excel Workbook"&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 08:39:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3389623#M110094</guid>
      <dc:creator>Krishna09</dc:creator>
      <dc:date>2023-08-21T08:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data format error. external table is no tin the expected format for  (.xls file format)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3389666#M110095</link>
      <description>&lt;P&gt;hmmm,&lt;BR /&gt;Question:&lt;BR /&gt;in the first querry you have imported CSV file into power query.&lt;BR /&gt;in the second code you want to import XLS file thats acualy the CSV file from query before.&lt;BR /&gt;&lt;BR /&gt;so: why cant you reference the CSV importing query?&lt;BR /&gt;Since you have excel file that is importing CSV file,&amp;nbsp; you can either connect directly to that XLSX file / Power BI file instead of trying to import again xls file.&lt;BR /&gt;&lt;BR /&gt;In PQ in1 file there is no need to doubly import files like this.&lt;BR /&gt;however, if the CSV importing file is in separete workbook, you can create connection to that XLSX&amp;nbsp; / power BI file tothat specific query result&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 09:04:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3389666#M110095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-21T09:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data format error. external table is no tin the expected format for  (.xls file format)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3389703#M110097</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regarding the point you mentioned &lt;U&gt;&lt;EM&gt;so: why cant you reference the CSV importing query?,&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/U&gt;I didnot understand (do you mean, while importing .xls file, can I refer it&amp;nbsp; to csv importing query?).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Firstly this .xls file is extracted and saved in sharepoint every day using power automate flow.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To import xlsx or csv file in power query, I have to manually save xls file as xlsx or csv. to avoid this manual work, I am looking for a solution to import xls file which is sharepoint. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the reason, I cannot import xlsx or csv format file in power qery in this scenario.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;secondly the data is not in dataverse, it is a workbook file in sahrepoint folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 09:18:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3389703#M110097</guid>
      <dc:creator>Krishna09</dc:creator>
      <dc:date>2023-08-21T09:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data format error. external table is no tin the expected format for  (.xls file format)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3390278#M110117</link>
      <description>&lt;P&gt;ok let me try this way:&lt;BR /&gt;You posted a code that is importing data from CSV file:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let

    Source = SharePoint.Files("https://sharepoint.com/teams/", [ApiVersion = 15]),

    #"Filtered Rows" = Table.SelectRows(Source, each Text.Contains([Name], "Dashboard 2021 has completed") and [Extension] = ".csv"),

    #"Dashboard 2021 has completed csv_https://sharepoint com/teams/Report - Flow/Excel_file_Renamed/" = #"Filtered Rows"{[Name="Dashboard 2021 has completed.csv",#"Folder Path"="https://sharepoint.com/teams/Report - Flow/Excel_file_Renamed/"]}[Content],

    #"Imported CSV" = Csv.Document(#"Dashboard 2021 has completed csv_https:// sharepoint com/teams/Report - Flow/Excel_file_Renamed/",[Delimiter=";", Columns=44, Encoding=1252, QuoteStyle=QuoteStyle.None]),

    #"Changed Type" = Table.TransformColumnTypes(#"Imported CSV",{{"Column1", type text}, {"Column2", type text}, {"Column3", type text}, {"Column4", type text}, {"Column5", type text}, {"Column6", type text}, {"Column7", type text}, {"Column8", type text}, {"Column9", type text}, {"Column10", type text}, {"Column11", type text}, {"Column12", type text}, {"Column13", type text}, {"Column14", type text}, {"Column15", type text}, {"Column16", type text}, {"Column17", type text}, {"Column18", type text}, {"Column19", type text}, {"Column20", type text}, {"Column21", type text}, {"Column22", type text}, {"Column23", type text}, {"Column24", type text}, {"Column25", type text}, {"Column26", type text}, {"Column27", type text}, {"Column28", type text}, {"Column29", type text}, {"Column30", type text}, {"Column31", type text}, {"Column32", type text}, {"Column33", type text}, {"Column34", type text}, {"Column35", type text}, {"Column36", type text}, {"Column37", type text}, {"Column38", type text}, {"Column39", type text}, {"Column40", type text}, {"Column41", type text}, {"Column42", type text}, {"Column43", type text}, {"Column44", type text}})

in

    #"Changed Type"&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;This is Mcode, which means it can be found in 1 of 2 places:&lt;BR /&gt;1. Excel file&lt;BR /&gt;2. Power BI file&lt;BR /&gt;&lt;BR /&gt;So if for any reason you need this refference in atnoher excel file, you can simply use Excel.Workbook(Folder.Files())&lt;BR /&gt;or excel workbook (sharepoint.files() )&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;also the formula CSV.Document do not have point to CSV files alone but to txt and XLS files also&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 13:30:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3390278#M110117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-21T13:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data format error. external table is no tin the expected format for  (.xls file format)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3390658#M110136</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, based on your suggestion, using csv Mcode I replaced csv with xls. then complete sheet data is converted in the form of html coding. As shown below&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Mcode:-&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Imported CSV" = Csv.Document(#"Dashboard 2021 has completed xls_https:// sharepoint com/teams/ Report - Flow/Excel_file_Renamed/",[Delimiter=";", Columns=44, Encoding=1252, QuoteStyle=QuoteStyle.None]),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Mon, 21 Aug 2023 16:18:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3390658#M110136</guid>
      <dc:creator>Krishna09</dc:creator>
      <dc:date>2023-08-21T16:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data format error. external table is no tin the expected format for  (.xls file format)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3396184#M110349</link>
      <description>&lt;P&gt;Hi Mate,&lt;BR /&gt;Im afraid I have no other ideas currently.&lt;BR /&gt;Without access or correct schematics of connecctions, I do not know what else to suggest.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 05:26:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Data-format-error-external-table-is-no-tin-the-expected-format/m-p/3396184#M110349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-24T05:26:28Z</dc:date>
    </item>
  </channel>
</rss>

