Forum Discussion

2 Replies

  • 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.

     

     

     

     

  • bhelou's avatar
    bhelou
    Responsive Resident

    hi , plz share the measure to see what whent wrong