<?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: Adding index column in ADF Power Query in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4063947#M3500</link>
    <description>&lt;P&gt;Is this the feature you are using? ("Da&lt;SPAN&gt;ta Wrangler")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There seems to be a list of supported functions here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/wrangling-overview" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/data-factory/wrangling-overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/wrangling-functions" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/data-factory/wrangling-functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sadly, I don't have experience with ADF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably the M language functionality is a bit limited because it's running on Spark (multiple nodes) as you mention.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess perhaps this thread is also talking about the same feature, it seems Data Wrangler got renamed to just ADF Power Query: &lt;A href="https://stackoverflow.com/questions/70792385/what-are-the-differences-between-adf-power-query-and-power-bi-power-query-when" target="_blank"&gt;https://stackoverflow.com/questions/70792385/what-are-the-differences-between-adf-power-query-and-power-bi-power-query-when&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2024 14:41:17 GMT</pubDate>
    <dc:creator>frithjof_v</dc:creator>
    <dc:date>2024-07-26T14:41:17Z</dc:date>
    <item>
      <title>Adding index column in ADF Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4061776#M3493</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment I am trying to work around Spark M-code restrictions to create an index column within Data Factory's Power Query.&lt;/P&gt;&lt;P&gt;While the option to add an index column is present in the interface, when used it will return the error:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Expression.Error: The Power Query Spark Runtime does not support the function Table.AddIndexColumn."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am now trying to use a Power Query formula in "add custom column" to create an index column based on row count.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is succesful in creating a table with one index column but it is then impossible to join/merge that table to the table which is in need of an index column (there is no join condition since the table contains only the one column).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is also possible to create an index column as a "Table.AddColumn" but this gives several errors and results in an indexing of every record in that table for the amount of records in that table (so with 7 rows, it will create 7 rows for every one of those rows and gives them an index from 1 to 7).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I feel like I'm getting close to a viable work-around but I am missing something to implement it succesfully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any and all help will be much appreciated!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 15:10:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4061776#M3493</guid>
      <dc:creator>SanderTK</dc:creator>
      <dc:date>2024-07-25T15:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding index column in ADF Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4062229#M3494</link>
      <description>&lt;P&gt;I read somewhere someone mention to transform the table into a list (perhaps this function &lt;A href="https://learn.microsoft.com/en-us/powerquery-m/table-tolist" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/powerquery-m/table-tolist&lt;/A&gt;), and then merge it with the list of numbers you have made (perhaps this function ht&lt;SPAN&gt;tps://learn.microsoft.com/en-us/powerquery-m/list-zip).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And after that convert the resulting combined list into a table again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also think you can get great help with Power Query over at the Microsoft Power BI forum (this is the Microsoft Fabric Dataflows Gen2 forum).&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Power-Query/bd-p/power-bi-services" target="_blank" rel="noopener"&gt;https://community.fabric.microsoft.com/t5/Power-Query/bd-p/power-bi-services&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 21:15:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4062229#M3494</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-07-25T21:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding index column in ADF Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4062958#M3495</link>
      <description>&lt;P&gt;Apologies, completely forgot that I was still browsing the Fabric community.&lt;/P&gt;&lt;P&gt;I will have a look at the functions to see if I can make something work.&lt;/P&gt;&lt;P&gt;Thank you for the response!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 06:40:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4062958#M3495</guid>
      <dc:creator>SanderTK</dc:creator>
      <dc:date>2024-07-26T06:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding index column in ADF Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4063109#M3496</link>
      <description>&lt;P&gt;This seems to work somehow (in Power BI Desktop, I haven't tried it in ADF Power Query):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    MyTable = Table.FromRecords({
        [Name="Alice", Age="30", Country="USA"],
        [Name="Bob", Age=null, Country="UK"],
        [Name="Charlie", Age="35", Country=null]
    },
    
    type table[Name = Text.Type, Age = Text.Type, Country = Text.Type]
    ),
    MyTableList = Table.ToList(MyTable),
    IndexList = List.Numbers(1, Table.RowCount(MyTable)),
    ZippedList = List.Zip({MyTableList, IndexList}),
    #"Converted to Table" = Table.FromList(ZippedList, Splitter.SplitByNothing(), null, null, ExtraValues.Error),
    #"Extracted Values" = Table.TransformColumns(#"Converted to Table", {"Column1", each Text.Combine(List.Transform(_, Text.From), ","), type text}),
    #"Split Column by Delimiter" = Table.SplitColumn(#"Extracted Values", "Column1", Splitter.SplitTextByDelimiter(",", QuoteStyle.Csv), {"Column1.1", "Column1.2", "Column1.3", "Column1.4"}),
    #"Changed Type" = Table.TransformColumnTypes(#"Split Column by Delimiter",{{"Column1.1", type text}, {"Column1.2", Int64.Type}, {"Column1.3", type text}, {"Column1.4", Int64.Type}}),
    #"Renamed Columns" = Table.RenameColumns(#"Changed Type",{{"Column1.1", "Name"}, {"Column1.2", "Age"}, {"Column1.3", "Country"}, {"Column1.4", "Index"}})
in
    #"Renamed Columns"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps there are some other functions which will be more efficient.&lt;/P&gt;&lt;P&gt;But it seems to do the job (at least in Power BI Desktop).&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 07:40:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4063109#M3496</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-07-26T07:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding index column in ADF Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4063294#M3497</link>
      <description>&lt;P&gt;Another alternative, perhaps a bit more "clean" (?) because the List.Zip here works with records instead of strings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    MyTable = Table.FromRecords({
        [Name="Alice", Age="30", Country="USA"],
        [Name="Bob", Age=null, Country="UK"],
        [Name="Charlie", Age="35", Country=null]
    },
    
    type table[Name = Text.Type, Age = Text.Type, Country = Text.Type]
    ),
    MyTableAsListOfRecords = Table.ToRecords(MyTable),
    IndexList = List.Numbers(1, Table.RowCount(MyTable)),
    IndexTable = Table.FromList(IndexList, Splitter.SplitByNothing(), {"Index"}, null, ExtraValues.Error),
    IndexAsListOfRecords = Table.ToRecords(IndexTable),
    CombinedList = List.Zip({MyTableAsListOfRecords, IndexAsListOfRecords}),
    CombinedListAsTable = Table.FromList(CombinedList, Splitter.SplitByNothing(), null, null, ExtraValues.Error),
    ExtractMyTable = Table.AddColumn(CombinedListAsTable, "Orig_Table", each [Column1]{0}),
    ExtractIndex = Table.AddColumn(ExtractMyTable, "Index", each [Column1]{1}),
    ExpandMyTable = Table.ExpandRecordColumn(ExtractIndex, "Orig_Table", {"Name", "Age", "Country"}, {"Name", "Age", "Country"}),
    ExpandIndex = Table.ExpandRecordColumn(ExpandMyTable, "Index", {"Index"}, {"Index"}),
    #"Removed Columns" = Table.RemoveColumns(ExpandIndex,{"Column1"})
in
    #"Removed Columns"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 08:26:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4063294#M3497</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-07-26T08:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding index column in ADF Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4063918#M3499</link>
      <description>&lt;P&gt;Both Table.ToList and Table.ToRecords are sadly not allowed in ADF Power Query.&lt;/P&gt;&lt;P&gt;They both result in the error:&lt;BR /&gt;"UserQuery : Expression.Error: The transformation logic is not supported as it requires dynamic access to rows of data, which cannot be scaled out."&lt;BR /&gt;I suppose when multiple agents work on the data creating lists and records dynamic in shape/size does not work&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 13:59:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4063918#M3499</guid>
      <dc:creator>SanderTK</dc:creator>
      <dc:date>2024-07-26T13:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding index column in ADF Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4063947#M3500</link>
      <description>&lt;P&gt;Is this the feature you are using? ("Da&lt;SPAN&gt;ta Wrangler")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There seems to be a list of supported functions here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/wrangling-overview" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/data-factory/wrangling-overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/wrangling-functions" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/data-factory/wrangling-functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sadly, I don't have experience with ADF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably the M language functionality is a bit limited because it's running on Spark (multiple nodes) as you mention.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess perhaps this thread is also talking about the same feature, it seems Data Wrangler got renamed to just ADF Power Query: &lt;A href="https://stackoverflow.com/questions/70792385/what-are-the-differences-between-adf-power-query-and-power-bi-power-query-when" target="_blank"&gt;https://stackoverflow.com/questions/70792385/what-are-the-differences-between-adf-power-query-and-power-bi-power-query-when&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 14:41:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4063947#M3500</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-07-26T14:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding index column in ADF Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4065429#M3503</link>
      <description>&lt;P&gt;Heavily inspired by&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Power-Query/Adding-index-column-in-ADF-Power-Query/m-p/4065280/highlight/true#M133253" target="_blank" rel="noopener"&gt;Re: Adding index column in ADF Power Query - Microsoft Fabric Community&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    MyTable = Table.FromRecords({
        [Name="Alice", Age="30", Country="USA"],
        [Name="Bob", Age=null, Country="UK"],
        [Name="Charlie", Age="35", Country=null]
    },
    
    type table[Name = Text.Type, Age = Text.Type, Country = Text.Type]
    ),
    IndexList = List.Numbers(1, Table.RowCount(MyTable)),
    TableFromColumns = Table.FromColumns({MyTable[Name], MyTable[Age], MyTable[Country], IndexList}, type table[Name = Text.Type, Age = Int64.Type, Country = Text.Type, Index = Int64.Type])
in
    TableFromColumns&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    MyTable = Table.FromRecords({
        [Name="Alice", Age="30", Country="USA"],
        [Name="Bob", Age=null, Country="UK"],
        [Name="Charlie", Age="35", Country=null]
    }),
    IndexList = List.Numbers(1, Table.RowCount(MyTable)),
    TableFromColumns = Table.FromColumns(Table.ToColumns(MyTable) &amp;amp; {IndexList}, Table.ColumnNames(MyTable) &amp;amp; {"Index"})
in
    TableFromColumns&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(this second alternative means you don't need to specify the selected column names from MyTable inside the TableFromColumns. Instead, you select the whole table.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Heavily inspired by&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=xN28ewvXFKw" target="_blank" rel="noopener"&gt;Power Query - Combine tables without Merging &lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt;🧲 (youtube.com)&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;(Also with this alternative, you don't need to specify the column names when combining the two tables.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    MyTable = Table.FromRecords({
        [Name="Alice", Age="30", Country="USA"],
        [Name="Bob", Age=null, Country="UK"],
        [Name="Charlie", Age="35", Country=null]
    }
    ),
    IndexList = List.Numbers(1, Table.RowCount(MyTable)),
    IndexListAsTable = Table.FromList(IndexList, Splitter.SplitByNothing(), {"Index"}, null, ExtraValues.Error),
    TableToColumns = Table.PromoteHeaders(Table.FromColumns(Table.ToColumns(Table.DemoteHeaders(MyTable)) &amp;amp; Table.ToColumns(Table.DemoteHeaders(IndexListAsTable))))
in
    TableToColumns&lt;/LI-CODE&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;Heavily inspired by&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Power-Query/Merge-tables-without-a-join-placing-new-column-data-side-by-side/m-p/3062185/highlight/true#M97314" target="_blank" rel="noopener"&gt;Solved: Re: Merge tables without a join, placing new colum... - Microsoft Fabric Community&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;(This uses quite different functions from the previous examples.&lt;BR /&gt;Also, you don't need to specify the column names when combining the two tables.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    MyTable = Table.FromRecords({
        [Name="Alice", Age="30", Country="USA"],
        [Name="Bob", Age=null, Country="UK"],
        [Name="Charlie", Age="35", Country=null]
    }
    ),
    MyTableTransposed = Table.Transpose(Table.DemoteHeaders(MyTable)),
    IndexList = List.Numbers(1, Table.RowCount(MyTable)),
    IndexListAsTable = Table.FromList(IndexList, Splitter.SplitByNothing(), {"Index"}, null, ExtraValues.Error),
    IndexTransposed = Table.Transpose(Table.DemoteHeaders(IndexListAsTable)),
    AppendTables = Table.Combine({MyTableTransposed, IndexTransposed}),
    TransposeAppendedTables = Table.Transpose(AppendTables),
    #"Promoted Headers" = Table.PromoteHeaders(TransposeAppendedTables, [PromoteAllScalars=true]),
    #"Changed Type" = Table.TransformColumnTypes(#"Promoted Headers",{{"Name", type text}, {"Age", Int64.Type}, {"Country", type text}, {"Index", Int64.Type}})
in
    #"Changed Type"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These seem like interesting ways to just add a column to a table in Power Query without using a join condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't checked if any of these will work in ADF Power Query, though.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2024 11:37:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4065429#M3503</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-07-28T11:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding index column in ADF Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4104592#M3638</link>
      <description>&lt;P&gt;Hi and welcome to the Fabric Data Factory community forum. This forum is specific to the Fabric Data Factory experience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For questions related to Azure Data Factory you can use the Azure Data Factort community forum using the link below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://techcommunity.microsoft.com/t5/azure-data-factory/bd-p/AzureDataFactory" target="_blank" rel="nofollow noopener noreferrer"&gt;https://techcommunity.microsoft.com/t5/azure-data-factory/bd-p/AzureDataFactory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;There are limitations on the integration that Power Query has in ADF.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/control-flow-power-query-activity" target="_blank"&gt;Power Query activity in Azure Data Factory - Azure Data Factory | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 15:51:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Adding-index-column-in-ADF-Power-Query/m-p/4104592#M3638</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2024-08-16T15:51:01Z</dc:date>
    </item>
  </channel>
</rss>

