Calculate Date of Birth in SSRS
You can utilize this code in an Expression to find the Date of Birth. =IIF(IsNothing(Fields!dateofbirth.Value), "", IIF( ((Month(Now) - Month(Fields!dateofbirth.Value))
Providing tips, tricks, and free stuff to the PowerApps community.