Forum Discussion

jcolby's avatar
jcolby
Icon for Helper I rankHelper I
3 years ago

Ignore Blanks in Matrix Column Subtotals

Hi there,

 

I'm trying to have the matrix subtotal column ignore blank fields

 

 

I want the subtotals to be like this for the rows labeled 1,2,3

"Row 1" =1.2

"Row 2" = 3.6

"Row 3" = 2.8

etc

Instead of including the blank cells in the subtotal calculation.

 

Right now my measure for the value field on this maxtrix table is this

Tickets Resolved / WorkingDays = 
CALCULATE(
    DISTINCTCOUNT('Tickets Resolved'[Ticket_Number])
) / [Working Days]

 

I've seen a few threads and posts similar to this on here and stack but still unable to work out the solution in my case

 

How can this be achieved?

 

Any help is very greatly appreciated,

Thank you in advance!

2 Replies