Creating a report showing values from Multi Pick List field

Creating a report showing values from Multi Pick List field

Hello,
our Leads have a Multi Pick List "Industry" field to indicate in what industries the lead is operating. 

As an example:
- industry 1
- industry 2
- industry 3
etc.

So for example:
- for Lead #1 the values of the field are: "industry 1; industry 2"
- for Lead #2 the values of the field are: "industry 1; industry 3"
- for Lead #3 the values of the field are: "industry 3; industry 4"

When trying to create a report (i.e. a Bar Chart) for the CRM > Analytics section, I get the following results:

- 1x lead from "industry 1; industry 2"
- 1x lead from "industry 1; industry 3"
- 1x lead from "industry 3; industry 4"

What I'd like to do is to be able to see the following result:
- 2x records containing the "Industry 1" value
- 1x records containing the "Industry 2" value
- 2x records containing the "Industry 3" value
- 1x record containing the "Industry 4" value

How can I get the result above?

Thank you