Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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])