Power Apps Dataflow

Menz, Paul J (FAA) 20 Reputation points
2026-06-29T15:59:46.1633333+00:00

PowerApps dataflow and how to configure tables to append stale data for new. Additionally, how can I perform a total join on tables. I need to know step by step instructions.

Microsoft 365 and Office | Development | Microsoft 365 App Publishing

Answer accepted by question author

Michelle-N 19,700 Reputation points Microsoft External Staff Moderator
2026-06-29T19:04:12.4333333+00:00

Hi @Menz, Paul J (FAA)

Based on your request, I understand you want to configure a PowerApps Dataflow to append new data to old records and perform a Full Outer (total) Join in Power Query.

In Power Apps dataflows, you can combine old/stale data with new data by using Power Query “Append queries”. Append adds rows from one table/query under another table/query. If the columns do not fully match, Power Query keeps all column headers and fills missing values with null.

If you want a “total join” between two tables, the closest Power Query equivalent is usually Merge queries > Full outer join. A full outer join returns all rows from both the left and right tables, including rows that only exist in one table.

Step 1: Create or edit the dataflow

Power Apps dataflows let you connect to business data, clean/transform it with Power Query, and load it to Dataverse or Azure Data Lake Gen2. Microsoft’s documentation describes the main flow as: author the dataflow, schedule refresh, then use the loaded data.

Please refer: Create and use dataflows in Power Apps

Step 2: Append stale/old data with new data

Use this when both tables have similar structure and you want to stack rows together. Microsoft’s Power Query documentation states that append creates a single table by adding the contents of one or more tables to another, and that the result uses the combined column headers from the appended tables

Please refer: Append queries

However, since Power Apps is currently not supported in the Q&A forum. So, I suggest you start a new discussion in the PPower Platform Community on this issue so that you can get more professional help, there will be very professional people to tell you the steps on how to realize this function.

Thank you for your understanding.


Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Julian Sharp 34,861 Reputation points
    2026-06-29T18:35:57.2533333+00:00

    Was this answer helpful?

    0 comments No comments

Your answer

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