Forum Discussion
Define potential duplications
- Anonymous2 years ago
Hi ktt777 ,
Based on the description, try to create a new column for standardization.
Standard = LOWER(TRIM(SUBSTITUTE([Name], ".", "")))You can also viewing the following documents to learn more information.
TRIM function (DAX) - DAX | Microsoft Learn
SUBSTITUTE function (DAX) - DAX | Microsoft Learn
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi ktt777 ,
Based on the description, try to create a new column for standardization.
Standard = LOWER(TRIM(SUBSTITUTE([Name], ".", "")))
You can also viewing the following documents to learn more information.
TRIM function (DAX) - DAX | Microsoft Learn
SUBSTITUTE function (DAX) - DAX | Microsoft Learn
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.