Forum Discussion
Anonymous
2 years agoNot applicable
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...
- Anonymous2 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.
Anonymous
2 years agoNot applicable
Hello, Amit
I appreciate your response.
As you suggested, I attempted to modify the measures, but nothing changed.
As a result, I have deleted the confidential information and included screenshots of the Power BI tables.
The "despatch summary" table is shown in the first image, and the remaining images are from the "pick detail report" table.
I hope I have given you what you asked for. If not, do let me know what you require.