Forum Discussion
AtchayaP
4 years agoHelper V
Powerbi
can I know how to use it?
- Anonymous4 years ago
Hi AtchayaP ,
Here's the formula:
both = var tmp = SUMMARIZE('Table','Table'[name],'Table'[content type],'Table'[type]) return CONCATENATEX(FILTER(tmp,[name]=EARLIER('Table'[name])),'Table'[type],"+")Best Regards,
Jay
Anonymous
4 years agoNot applicable
Hi AtchayaP ,
Here's the formula:
both =
var tmp = SUMMARIZE('Table','Table'[name],'Table'[content type],'Table'[type])
return
CONCATENATEX(FILTER(tmp,[name]=EARLIER('Table'[name])),'Table'[type],"+")
Best Regards,
Jay