Forum Discussion
Shaiksamar2244
2 years agoFrequent Visitor
Row by Row condition
Hello Everyone, Could someone please assist me with this? ERP system is not picking up created from for all requests. I have given the output I'm looking for. The created form should be f...
- 2 years ago
Hi Stephane,
I'm not sure why I'm getting this, Could you please help me on this?
slorin
2 years agoSuper User
Hi,
let
Source = YourSource
Group = Table.Group(Source, {"Document Number"},
{{"Created From", each Text.Combine(List.Distinct([Created From]))},
{"Amount", each [Amount]}}),
Expand = Table.ExpandListColumn(Group, "Amount")
in
Expand
Stéphane