Problem Statement:
Create as many output streams (17) as the no. of distinct values (17 in my example) coming in a particular column without using 17 Filters one of each value.
How the output should look like?

What I have tried so far (with no luck):
I have seen some posts where people have suggested to use the output tool to create separate sheets for each type of values coming in a particular column. Also a macro which essentially does the same thing but iterates as many times as distinct values appearing in the column I want to filter on.
To explain the problem statement I am using Sample Superstore data. It has a column called 'Sub-Category' which has 17 distinct values.
-------------->
I can create an excel output with 17 sheets one for each sub-category.

But if I want to build 17 downstream workflows, I'll have to read the 17 inputs again which is as good as putting 17 filters as I have created 2 as a sample:

Alternatively I can create a macro which essentially does the same thing but not exactly what I want.

Packaged Workflow Attached.