Show Drupal Content Only With Terms of Specific Depth

Is it possible to allow Views to show only content that has child terms from a taxonomy?
Yes, it is. This is similar but slightly different to our tutorial on using Views to show only child terms.
First, you need to have your site set up correctly. You will need:
- A taxonomy that has parent and child terms, as in this example below.
- A content type that uses this taxonomy as a “Term reference” field.
- Content that is tagged with these taxonomy terms.

Let’s show you how to set up Views so that only content with child terms. In this example, the content needs terms such as Amphibians, Birds, Fish, Mammals, Reptiles.
- Go to Structure > Views > Add new view.
- Create a View that shows Content of the type that you want to show:

- Click “Add” next to Relationships.

- Search for “Content: Taxonomy terms on node”:

- Choose your taxonomy.
- Click “Apply (All displays)” to save your relationship.

- Click “Add” next to Filter Criteria.

- Search for “Content: Has taxonomy terms (with depth)”.
- Click “Apply (All displays)”.

- Choose your Vocabulary.
- Choose “Depth”. For second-level terms (as in this example), choose “1”.
- Click “Apply (All displays)”.

- Under “Select terms from vocabulary”, choose a parent term. In this example, we choose “Vertebrates”.

- Save the filter and save your view.
- You should now see that the parent terms are ignored:

my friend you save my day awsome i was looiking for this more than 24 hours in stackoverflow
This is excellent. Something I have been looking for months. Thanks.
We are so glad that you found what you needed here.