Forum Discussion
Anonymous
4 years agoNot applicable
Clubbing rows for a data field
Hi All,
I have created a report and have a question regarding the same.
I have an opportunity mapped with 7 different states thus resulting in 7 different rows in my visual.
Is there a way that I can show all the states (comma seperated) in a single tab so that I have only 1 row for my opportunity?
Regards,
Himanshu
4 Replies
- amitchandakSuper User
Anonymous , how about using concatenatex
concatenatex(Table, Table[Status])
- AnonymousNot applicable
How to seperate the states by comma?
Also should I use "Split Column" to select the initials of the state rather than showing the complete name?
Measure Used:
One State Column = CONCATENATEX(View_Opportunity, View_Opportunity[State])- AnonymousNot applicable
amitchandak is this correct or there is any other way?
One State Column = CONCATENATEX(View_Opportunity, View_Opportunity[State] & " ",",")