Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I did not understand the found message in your site for same question that this...
because, I developped the simple function union and sumarize with the same name of columns for 2 or several tables. It works well.
Now, I developp using this function with the different names of columns. how do to do it ?
----
Hi @Anonymous ,
Please update your formula like that.
Table Map1 =
VAR mytable =
UNION (
SUMMARIZE (
Change_ref,
Change_ref[Number],
Change_ref[Users_ref.conso_entity],
Change_ref[Planned end date],
"a", "Change"
),
SUMMARIZE (
incidents_ref,
incidents_ref[Number],
incidents_ref[GIO Entity Code],
incidents_ref[Opened],
"b", "incident"
)
)
RETURN
SELECTCOLUMNS (
mytable,
"Number", [Number],
"Name_Entity", [Users_ref.conso_entity],
"aaa", [a]
)
Pbix as attached.
hi,
Thank you for your answer.
I didn't understand it .
Because, I don't see how to fill in from 3 last differents columns to "selectcolumn"!...
tables
Normalement, we Should put the same orders of the columns with respect to the 2 origin tables ...
But there, I noticed that a column is missing !...
how to do to fill in the final table from severals columns with differentsnames of columnes of differents tables ?
Hi @Anonymous ,
Kindly share your sample data and excepted result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.