Apologies, I duplicated this question. My bad
https://powerusers.microsoft.com/t5/Building-Power-Apps/Data-transform-and-merge-using-power-apps/m-p/1660518
Hi all,
I am trying to automate a Power BI process whereby a number of csv tables are ingested, transformed and then exported to a csv (using R) at the final query stage. This requires a refresh action via the ribbon. There is now a need to automate this process.
Have tried Power BI Service, with a power automate trigger however I can’t get the Service to write to a csv using R, not sure this is possible.
I was wondering if this might be a suitable candidate task for Dataverse?
Very new to DV but have managed to import the CSV’s via dataflows, however can’t work out how to join these to transform into a single final table or dataset. I think I am looking for something like Table.Join(SourceCSV1,{“Key1”,”Key2”},SourceCSV2,{“Key1”,”Key2”},JoinKind.Inner) or similar
Is it possible to merge tables, then transform within Dataverse, using dataflows and M code?
Many thanks,
Pete