Forum Discussion
Dynamic Text
- Anonymous4 years ago
Hi natasha519 ,
I created a sample pbix file(see attachment), please check whether that is what you want. You can create a measure as below, the displayed text will be dynamic base on the slicer selection.
Dynamic Text = CONCATENATEX ( FILTER ( 'Table', 'Table'[current?] = SELECTEDVALUE ( 'Table'[current?] ) ), 'Table'[timeframes], ",", 'Table'[timeframes] )If the above one is not what you want, please provide some sample data(exclude sensitive data) and your expected result with backend logic and special examples. Thank you.
Best Regards
Hi natasha519 ,
I created a sample pbix file(see attachment), please check whether that is what you want. You can create a measure as below, the displayed text will be dynamic base on the slicer selection.
Dynamic Text =
CONCATENATEX (
FILTER ( 'Table', 'Table'[current?] = SELECTEDVALUE ( 'Table'[current?] ) ),
'Table'[timeframes],
",",
'Table'[timeframes]
)
If the above one is not what you want, please provide some sample data(exclude sensitive data) and your expected result with backend logic and special examples. Thank you.
Best Regards