How to Use COMBINEVALUES function in DAX

How to Use COMBINEVALUES function in DAX

If you want to combine multiple values in DAX, the COMBINEVALUES function is what you need. This function concatenates a list of strings separated by a delimiter. The result is a single string. • String1: The first string that you want to concatenate.• String2: The second string that you want to concatenate.• Additional strings that…