Forum Discussion
hoppalong
1 year agoNew Member
References previous value based on user ID
I have the following sample data which has been pulled from application logs. The login/logout events have a corresponding UserID & Username. When the application disconnects the user it only provi...
- 1 year ago
use this code
= Table.Group(Source, {"Username"}, {{"Count", each Table.FillDown(_,{"AD_User"})}})
Omid_Motamedise
1 year agoSuper User
use this code
= Table.Group(Source, {"Username"}, {{"Count", each Table.FillDown(_,{"AD_User"})}})