Forum Discussion
AtchayaP
Helper V
4 years agoPowerbi
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
Community Champion
4 years agoAtchayaP Use CONCATENATEX
- AtchayaP4 years ago
Helper V
Can you tell me the full expression how to use it