Forum Discussion

hoppalong's avatar
hoppalong
New Member
1 year ago
Solved

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...
  • Omid_Motamedise's avatar
    1 year ago

    use this code

     

    = Table.Group(Source, {"Username"}, {{"Count", each Table.FillDown(_,{"AD_User"})}})