Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
89 | |
82 | |
53 | |
40 | |
35 |