How to calculate non zero average

Lets say I have department name and employee Count by Month . But not all department will have Employee count every month. some months might be zero count for a department. While calculating Average employee per department in Beast mode, how do I calculate the non zero Average - Means i want to drop the months where the employeeCount is zero.

 

Thanks

Comments

  • Hello Mohan,

     

    I believe you can just do, AVG(NULLIF(`metric` ,0)).

     

    Let me know if this helps,

     

    Brian


    **Please mark "Accept as Solution" if this post solves your problem
    **Say "Thanks" by clicking the "heart" in the post that helped you.