<?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: Dynamic source data for dataflow in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3801374#M2601</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="714599" data-lia-user-login="Winnie2024" class="lia-mention lia-mention-user"&gt;Winnie2024&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2024 05:50:24 GMT</pubDate>
    <dc:creator>v-cboorla-msft</dc:creator>
    <dc:date>2024-04-01T05:50:24Z</dc:date>
    <item>
      <title>Dynamic source data for dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3798639#M2597</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;In my case, I want to load data into Fabric data flow.Suppose the dynamic table name can be get from one metadata table.&amp;nbsp; Here is my&amp;nbsp; M language code:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;--First get the table name&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Source = Lakehouse.Contents([]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;#"Navigation 1" = Source{[workspaceId = &lt;/SPAN&gt;&lt;SPAN&gt;"12333r3r"&lt;/SPAN&gt;&lt;SPAN&gt;]}[Data],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;#"Navigation 2" = #"Navigation 1"{[lakehouseId = &lt;/SPAN&gt;&lt;SPAN&gt;"aaefefe"&lt;/SPAN&gt;&lt;SPAN&gt;]}[Data],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;my_table_name&lt;/FONT&gt; = #"Navigation 2"{[Id = &lt;/SPAN&gt;&lt;SPAN&gt;"est"&lt;/SPAN&gt;&lt;SPAN&gt;, ItemKind = &lt;/SPAN&gt;&lt;SPAN&gt;"Table"&lt;/SPAN&gt;&lt;SPAN&gt;]}[Data],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;---Then get the data from the table name above&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;#"Navigation 4" = Source{[workspaceId = &lt;/SPAN&gt;&lt;SPAN&gt;"6d9a79dc-e9bc-42f8-958b-e5e896744437"&lt;/SPAN&gt;&lt;SPAN&gt;]}[Data],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;#"Navigation 5" = #"Navigation 1"{[lakehouseId = &lt;/SPAN&gt;&lt;SPAN&gt;"aa6082ce-3048-4bc0-aa16-80e06a37697d"&lt;/SPAN&gt;&lt;SPAN&gt;]}[Data],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;#"Navigation 6" = #"Navigation 2"{[Id =&lt;FONT color="#FF0000"&gt;my_table_name&lt;/FONT&gt; , ItemKind = &lt;/SPAN&gt;&lt;SPAN&gt;"Table"&lt;/SPAN&gt;&lt;SPAN&gt;]}[Data]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;#"Navigation 6"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But i got error:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any idea?&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Mar 2024 09:57:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3798639#M2597</guid>
      <dc:creator>Winnie2024</dc:creator>
      <dc:date>2024-03-29T09:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic source data for dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3798771#M2598</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="714599" data-lia-user-login="Winnie2024" class="lia-mention lia-mention-user"&gt;Winnie2024&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for using Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;Apologies for the inconvenience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you get an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Expression.Error: The key didn’t match any rows in the table&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in Power BI, it means that you’ve made some changes to your source file and haven’t updated them in the Power Query.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In most cases, the error arises when the Sheet’s Name is not the same on your original and destination file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details please refer :&amp;nbsp;&lt;A href="https://insidetheweb.com/fix-the-key-didnt-match-any-rows-in-the-table/" target="_blank" rel="noopener"&gt;How to Fix “The Key Didn’t Match Any Rows in the Table”.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 10:39:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3798771#M2598</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-03-29T10:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic source data for dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3799679#M2600</link>
      <description>&lt;P&gt;Could you please share the full query that you have for your "get table name" query? It should yield a single scalar value. Basically a text string. If it doesn't, that's what's causing the issue in the subsequent query.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 21:08:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3799679#M2600</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2024-03-29T21:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic source data for dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3801374#M2601</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="714599" data-lia-user-login="Winnie2024" class="lia-mention lia-mention-user"&gt;Winnie2024&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 05:50:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3801374#M2601</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-04-01T05:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic source data for dataflow</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3806351#M2617</link>
      <description>&lt;P&gt;It worked. Thanks you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 02:30:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-source-data-for-dataflow/m-p/3806351#M2617</guid>
      <dc:creator>Winnie2024</dc:creator>
      <dc:date>2024-04-03T02:30:10Z</dc:date>
    </item>
  </channel>
</rss>

