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.
Hi, I have got table 1 and I want make Table 2. Does anyone knows how to do?
Thankx!
Solved! Go to Solution.
Thankx Stéphane for the code, does I add a custom column? Or where Can I add the code, in M?
No, just add a new step and replace "Your_Source" by your "previous step"
No, just add a new step and replace "Your_Source" by your "previous step"
Thanks, I haven already solved it.
Hi,
Table.Group(
Your_Source,
{"Column 1"},
{ {"Column 2", each Text.Combine([Column 2], " / ")},
{"Column 3", each List.Sum([Column 3])}},
GroupKind.Local,
(x,y) => Byte.From(y[Column 1] <> null))
Stéphane
Thankx Stéphane for the code, does I add a custom column? Or where Can I add the code, in M?