Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I want to add a Birth Date Field to the below column.
[Claimant Last Name]&", "&[Claimant First Name]&" "&[Claimant Middle Name]&" -"
What do I need to do to add [Birth Date]?
Solved! Go to Solution.
Hi,
Does this work
[Claimant Last Name]&", "&[Claimant First Name]&" "&[Claimant Middle Name]&" -"&Date.ToText([Birth Date])
Hi,
Does this work
[Claimant Last Name]&", "&[Claimant First Name]&" "&[Claimant Middle Name]&" -"&Date.ToText([Birth Date])
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.