Forum Discussion
DW868990
Helper IV
3 years agoDynamic Order in Title
Hi, I have a dynamic title that shows up to 6 responses per end user selection. The selection is made via a slicer of table like below. Now i have used CONCATENATEX within the measure ...
- Anonymous3 years ago
Hi DW868990 ,
You can create a measure as below to get it by using CONCATENATEX function , please find the details in the attachment.
Title = CONCATENATEX ( ALLSELECTED ( 'Table' ), 'Table'[Response], ",", 'Table'[Ranking], ASC )Best Regards
Anonymous
3 years agoNot applicable
Hi DW868990 ,
You can create a measure as below to get it by using CONCATENATEX function , please find the details in the attachment.
Title =
CONCATENATEX (
ALLSELECTED ( 'Table' ),
'Table'[Response],
",",
'Table'[Ranking], ASC
)
Best Regards