Forum Discussion
Can we create Measure which takes Text column as Input.
I want to create Measure which takes Text Column (i.e. Comment Column) as Input. I want to use Measure which contains Comment Columns Instead of using Comment Column in Input for WorldCloud. Can we create a Measure which will take whole Column.
maqsud , You can measure that return text. But will not be able to use that in grouping
One example is this
https://docs.microsoft.com/en-us/dax/concatenatex-function-dax
You can min and max on text
Any measure if you append & "" , will be a text
2 Replies
- amitchandak
Super User
maqsud , You can measure that return text. But will not be able to use that in grouping
One example is this
https://docs.microsoft.com/en-us/dax/concatenatex-function-dax
You can min and max on text
Any measure if you append & "" , will be a text
- maqsud
Helper III
amitchandak, Is it not possible to Return same Comment column as Measure as we are getting when we use values as Comment Column in Wordcloud input instead of using CONCATENATE function which combine all the comments at one.