Retrieve details in power apps from CDS

To retrieve user’s mobile phone details from cds to power apps, i have added a label. 

On text property on label, i have added the below code

LookUp(Users,’Primary Email’=User().Email,’Mobile Phone’)
Where Users is an entity in CDS, Primary Email is the column name in CDS and User().Email is the current logged in user’s email and Mobile Phone