Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Service Level Issue - Days Not Showing Correct Result

Hello Power BI Community, I am facing an issue with a Power BI graph visual that involves service level calculations. Here's a brief overview of the problem: I have successfully calculated the ser...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous ,

     

    You can create a measure.

     

    TotalLateDespatchs = COUNTROWS(FILTER('Despatch summary (7)','Despatch summary (7)'[IsLateDespatch] = 1))
    Flag = IF([ServiceLevel]=1,0,1)

     

    Then talk about [Flag=1] placed on the visual object filter.

    Best Regards,

    Neeko Tang

    If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly.