Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Active Directory user.lastLogon

Hello,

 

I am trying to convert the active directory user.lastlogon and user.lastlogontimestamp to readable date and times.    The command below which I found on the Internet does not appear to be working for me.

 

Help!

 

Last Logon = IF(AD_user[user.lastlogon]>0, (AD_user[user.lastlogon]/8.64*10^11)-109205, DATE(2000,01,01))

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Try the following code:

 

Last Logon = IF( AD_user[user.lastLogonTimestamp] > 0, AD_user[user.lastLogonTimestamp] / 864000000000 - 109205, DATE(2000,1,1) )

 

Make sure you assign the correct data type and that the default summarization is set to don't summarize. You can select the desired format.

AD_timespan.PNG

 

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Try the following code:

 

Last Logon = IF( AD_user[user.lastLogonTimestamp] > 0, AD_user[user.lastLogonTimestamp] / 864000000000 - 109205, DATE(2000,1,1) )

 

Make sure you assign the correct data type and that the default summarization is set to don't summarize. You can select the desired format.

AD_timespan.PNG

 

 

Anonymous
Not applicable

Thank you!!  That did the trick.  

 

A tip for users, I set the last argument to 9999/01/01 to flag that there is no real last logon data available.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.