Forum Discussion
Syndicate_Admin
Administrator
4 years agoRemove duplicate values separated by a comma in a text string in DAX
Good morning to all I have a measurement in DAX that returns a string of characters but as the query does from a table with several records made on different dates it returns the text string with re...
- 4 years agoPending Approval 2 = CONCATENATEX(VALUES('Timesheet Pending Date'[User]),'Timesheet Pending Date'[User],", ")Try this?
Syndicate_Admin
Administrator
4 years agoExcellent, thank you very much, it works perfectly