Hi Niresh,
So I confirmed and looks like we do not have this feature available as of now; its not something we can currently do using any direct metrics. However maybe there is another perspective that helps here, using Anlaytics ADQL query option like try find users that did not have a session recently and sort by max ascending in analytics like:
"SELECT distinct userData.email, max(endTimeMS) FROM mobile_session_records WHERE userdata.email IS NOT NULL"
Thanks,
Chitra
... View more