Forum Discussion
Dynamic paragraphs with calculated measures
- 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,
Hi slackerhx ,
I'm afraid you can't add a measure in the Text Box visual. You need a Card visual instead.
Best Regards,
i'm already using the card visual, but i'm unable to project the result of the measure in the dynamic paragraph measure. i want to know if there is any DAX expression that can enable the result from the measure [Rent/Employee] to be included in the dynamic paragraph.
I currently don't have issues in projecting column values in a dynamic paragraph measure.
- v-jiascu-msft7 years agoMicrosoft Employee
Hi slackerhx ,
Can you share some snapshots or a dummy sample? Please refer to the snapshot below. It seems fine.
Best Regards,
- slackerhx7 years agoHelper II
Hi Dale,
I've received the error:
- v-jiascu-msft7 years agoMicrosoft 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,