Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello! I have two tables with identical columns, three of which were added to each table using DAX. When I attempt to append them, the additional columns do not appear. Is it possible to combine the data from these tables into one including the additional columns? Thanks for your help 🙂
Solved! Go to Solution.
@MBWATSON Sure, in the Modeling tab of your ribbon, choose New table (in Report view) then just use the formula:
Combined Table = UNION('Table1', 'Table2')
@MBWATSON Are you using UNION to append them?
@MBWATSON Right, so that isn't going to work in the slightest. Power Query loads data and then DAX calculated columns are created. So, the columns don't even exist yet when you are appending the tables together. You can either add the DAX calculated columns to the appended table, or create the calculated columns in Power Query before appending or you could skip appending in Power Query and use a UNION to append the two tables together in DAX.
@Greg_Deckler thank you for that information! Nothing that I have researched has mentioned using Union in DAX. I will attempt it and let you know how it goes.
@MBWATSON Sure, in the Modeling tab of your ribbon, choose New table (in Report view) then just use the formula:
Combined Table = UNION('Table1', 'Table2')
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
218 | |
88 | |
83 | |
65 | |
56 |