Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Adding consolidation to existing function

I am in desperate need of a solution that I have been trying to find for so long. I have a report evaluating how well a vendor does in getting our product to us on time and with a minimum condition o...
  • v-kelly-msft's avatar
    5 years ago

    Hi Anonymous ,

     

    Create a measure as below:

    Measure = CALCULATE(COUNT('Table'[Test PO Fulfill]),FILTER(ALL('Table'),'Table'[Test PO Fulfill]=MAX('Table'[Test PO Fulfill])))

    And you will see:

    For the related .pbix file,pls see attached.

     

    Best Regards,
    Kelly
    Did I answer your question? Mark my post as a solution!