ADF Create Dynamic Dataflow

Waleed Saleem 66 Reputation points
2022-05-05T17:17:22.26+00:00

Hi everyone,

I am trying to build a fully dynamic Dataflow.
Everything like table name, column name should be parameterized.
I want to use the dataflow to count based choosen columns.
So far i managed to parameterize the "source" and the "select rows".
Its not possible to parameterize the "aggregate Flow".

Any Ideas how to do it ?

Here is the dataflow
199364-grafik.png

Here are the parameters

199280-grafik.png

199296-grafik.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2022-05-06T11:43:00.38+00:00

    Hi @Waleed Saleem ,

    Thank you for posting query in Microsoft Q&A Platform.

    Thanks for asking query in english. But screenshot was not in english hence little unclear on understanding implementation here. It would be great if you share screenshot also in english along with exact requirement in aggregate which you are trying to acheive.

    However, It seems you want to point a column name which is actually a value in parameter. If this is true, then kindly consider using byName() function in dataflow, which helps to refer to column name dynamically.

    Hope this helps. Please let us know how it goes.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.