Hi @arkiboys ,
You can use Aggregate
in the Dataflow, Group By
with the keys and aggregates the other rows with the aggregation functions for example first()
, last()
, sum()
, avg()
etc. Thanks!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
The attached screenshot shows a simple example of the many rows I have...
How is it possible to merge these rows into one row for the same keys.
In the example, the keys are: ml_name, mldocumentationName, ms_name
Thank you
Hi @arkiboys ,
You can use Aggregate
in the Dataflow, Group By
with the keys and aggregates the other rows with the aggregation functions for example first()
, last()
, sum()
, avg()
etc. Thanks!