Forum Discussion
Anonymous
7 years agoNot applicable
power query group-by data until state change
Hello I have a problem that I hope someone can help with a solution. I have a table looks like> Device, StartUtc, EndUtc, State ABC 2/5...
- 7 years ago
Hi Anonymous
in the Group formula, for the last argument use GroupKind.Local instead of GroupKind.Global
LivioLanzo
Solution Sage
7 years agoHi Anonymous
in the Group formula, for the last argument use GroupKind.Local instead of GroupKind.Global
- Anonymous7 years agoNot applicable
you saved my day.
so simple, I wasn\t aware on the groupkind.
Thanks a lot