Forum Discussion
slackerhx
Helper II
7 years agoDynamic paragraphs with calculated measures
Hi, i got stuck in trying to create a dynamic paragraph where some of the values are a result of calculated measure. My measure for paragraph is as below: Workplace text = "The total emplo...
- 7 years ago
Hi slackerhx ,
That's because the VALUES returns a table while the result of a measure should be scala value. You can replace it with MIN, MAX. If you'd like all of them, you can use dax/concatenatex-function-dax to concatenate the values together.
Best Regards,
v-jiascu-msft
Microsoft Employee
7 years agoHi slackerhx ,
Can you share some snapshots or a dummy sample? Please refer to the snapshot below. It seems fine.
Best Regards,
slackerhx
Helper II
7 years agoHi Dale,
I've received the error:
- v-jiascu-msft7 years ago
Microsoft Employee
Hi slackerhx ,
That's because the VALUES returns a table while the result of a measure should be scala value. You can replace it with MIN, MAX. If you'd like all of them, you can use dax/concatenatex-function-dax to concatenate the values together.
Best Regards,