Forum Discussion
aishak12
3 years agoHelper IV
Dynamic
All,
2 Replies
- bharath_vResolver 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. - bhelouResponsive Resident
hi , plz share the measure to see what whent wrong