Forum Discussion
multiple values in a column
Hi
I have my data set which has a column with multiple choices. It goes something like this :
"From which of the following sources has the company raised or received external investment? Select all that apply."
there are total 6 options as below:
Angel investor
Venture capital fund
Private equity fund
Strategic partners
Capital Markets
therefore the data set looks something like this as below. How can i do an analyses on the sources say for example x no of companies seeked Angel investors as their source or something like overall we had Private equity fund used by x no of companies etc - Please can someone help me with a detailed steps i have to action to achieve this- thank you!
| Company | From which of the following sources has the company raised or received external investment? Select all that apply. |
| Company 1 | Venture capital fund / Private equity fund / Angel investor / Corporate capital / Other / Strategic partners |
| Company 2 | Venture capital fund / Private equity fund |
| Company 3 | Angel investor |
| Company 4 | Venture capital fund / Private equity fund / Angel investor |
| Company 5 | Private equity fund |
| Company 6 | Strategic partners |
| Company 7 | Venture capital fund / Private equity fund / Angel investor / Corporate capital |
Other
14 Replies
- Ashish_MathurSuper User
Hi,
In the Query Editor, click on the heading of the second column and in the ribbon, select Split column > By delimiter. Specify the delimiter as / and under Advanced, select Rows. Click on Close and Apply. To your Table visual, drag Company and write this measure
=distinctcount(Data[From which of the following sources has the company raised or received external investment? Select all that apply])
Hope this helps.
- sks2701Helper III
thank you so much , can you please also advise me where i should put the second formula
Also what if i want to show a bar chart of the number of count of companies for these sources - can you please share the info for that too - thank you!
- Ashish_MathurSuper User
Hi,
What second formula are you referring to? I have only shared only formula with you. Write that measure and drag that to the Values bucket (where you have dragged the Company column). You can click anywhere in the Table visual and select any other visual icon that you want.