Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Creating fill rate % for warehousing

Hi,

 

I am creating KPI's for my warehouse and have been stuck for a while on the DAX coding for my fill rate KPI.

I have 3 warehouse zones: samples, labels and other. I would like to create 3 seperate 'gauges' which show the fill % of my warehouse locations. I wanted to do this by doing a measure count if but not sure how to proceed..

 

Any help?

Thank you in advance...

 

 

Let's take the following example:

 

Material        Type                  Stock?

1                    Samples              Yes

2                    Samples              Yes

3                    Labels                 No

4                    Other                  No

5                    Other                  Yes

6                    Other                  Yes

7                    Samples              No

8                    Samples              Yes

9                    Labels                  No

10                  Other                  No

 

Which measures do I create and how do I link them with my gauge?

 

 

3 Replies

  • Anonymous  see attached solution, you can put multiple gauges and filter by type to see gauge for each type

     

    there are many tables in the model, just focus on stock table.

     

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    What is the expected output from your sample data and what is the logic to achieve the end result?

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Greg,

       

      The expected output from my example is to know the % of the warehouse locations filled (with stock), per type.

      So :

      - % of samples locations with stock

      - % of labels locations with stock

      - % of other locations with stock