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
Greg_Deckler
4 years agoCommunity Champion
AtchayaP Use CONCATENATEX
AtchayaP
4 years agoHelper V
Can you tell me the full expression how to use it