Hello I am trying to get list of users using power automate flow and save it as xlsx file. See below.

I get all the properties except signInActivity.
I get the result as below:
{
"displayName": "Acronis Backup",
"mail": "xxxxxxxxxxxxxxxxxxx",
"userType": "Member",
"accountEnabled": true,
"createdDateTime": "2022-08-30T08:32:16Z"
},
No signingactivity properties. How can I get a record of the last sign in. I am new to the api graph. Any help would be appreciated.