Forum Discussion
Anonymous
4 years agoNot applicable
Dax problem
I have an employee details table without their email addresses so, there is a requirement for making their Email address. what Dax should I write? Employee table's Columns are: - FirstName, LastN...
- 4 years ago
Add a new column to your employees able
Email = [FirstName] & "." & [Age] & "@gmail.com"
v-henryk-mstf
4 years agoCommunity Support
Hi Anonymous ,
Does Mohammad_Refaei solution solve your problem? If so, please mark the correct response as the standard answer to help the other members find it more quickly. If there is still confusion, please point out.
Best Regards,
Henry