Forum Discussion
sivarajan21
Post Prodigy
3 years agoConvert Comma separated dax measure into a list
Hi, I have created a measure that gives dates in a comma separated format in a matrix visual(shows issue in below screenshot) But I am confused how to get these dates in a list(one date pe...
- 3 years ago
sivarajan21
Post Prodigy
3 years agoHi grantsamborn
No problem and thanks for your prompt response😊
Don't know how to contact super users. Any lead could be appreciated
Thanks in advance
grantsamborn
Solution Sage
3 years agoMaybe one of these can help?
- lbendlin3 years ago
Super User
A measure can contain table variables but ultimately MUST return a scalar value. You cannot "distribute measure results across rows", instead you need to have a disconnected table with row numbers and then you can calculate the measure output separately for each row.