Forum Discussion
aishak12
3 years agoHelper IV
Dynamic
All,
bharath_v
3 years agoResolver I
Hi aishak12
You can use DAX measure something like this to separate it by comma or line space:
Hope this helps!
Dynamic_text = concatenatex(VALUES(Location[Region]),Location[Region], ",")
If I answered your question then mark my post as "Accept it as the solution" and a kudo would be appreciated.