Forum Discussion

inglexjc's avatar
inglexjc
Post Patron
1 year ago
Solved

Average per Program

I'm trying to show average days it took for a complaint to be received till the case was closed by program.  I'm unable to upload PBIX data.  Here is an example of what it looks like.   Some of the d...
  • Ashish_Mathur's avatar
    1 year ago

    Hi,

    Blanks are by default excluded in an average calcualtion.  If Days to Close is already a column in your table, then write this measure

    Avg = average(Data[Days to close])

    Hope this helps.