Hi @Ali Ahad,
Please try with switch expression.
=switch(isnothing(Fields!name.Value) and isnothing(Fields!address.Value),"0",
isnothing(Fields!name.Value)="False" and isnothing(Fields!address.Value)="False","0",
isnothing(Fields!name.Value),"1",isnothing(Fields!address.Value),"1")
Actually, I'd like to suggest that you may filter the data in your dataset to make it easier.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.