Ass
You need to add BindingContext="{x:Reference viewmodel} inside label.
BindingContext="{x:Reference viewmodel}
in Name_Of_Parent you put name of component. If you use MVVM and ViewModel class you have to add x:Name to your binding Context:
x:Name
This is documentation which describe it.