Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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, LastName, Age, Country, City, Department, Salary.
Now I have to write any dax which can create email addresses without typing one by one. what to do?
Solved! Go to Solution.
Add a new column to your employees able
Email = [FirstName] & "." & [Age] & "@gmail.com"
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
What is the email ID pattern?
First Name , age @gmail.com
Add a new column to your employees able
Email = [FirstName] & "." & [Age] & "@gmail.com"
thank you
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 30 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 71 | |
| 59 | |
| 39 | |
| 22 | |
| 22 |