The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.