Advertisement
PtiTom

Power BI - Take First of Group

Jan 30th, 2023
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. = Table.Group(Source, {"Date"}, {{"Nombre", each Table.Column(Table.Sort(_, {{"Quantité", Order.Descending}}), "Produit"){0}, type text}, {"MaxQ", each List.Max([Quantité]), type nullable number}})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement