Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Measure show multiple segmentation values
Hello I have the following month segmentation What I want is to create a measure where the filter selection is written. The filter is multiple so I can choose more than a month, that's ...
amitchandak
3 years agoSuper User
Syndicate_Admin , try like
Concatenatex(Dates, Dates[OrderMonthName], ", ")
or
Concatenatex(values(Dates[OrderMonthName]), Dates[OrderMonthName], ",")