Forum Discussion
Do not sum certain columns in matrix. Show values based on filter level?
- 7 years ago
Actually if you fix the syntax errors in my previous code the same approach will work for both the fee and pcnt (assuming that the row with the blank WBS2 is a total row so it should be shown for the WB1 line and hidden as a WBS2 line
Fee Amt =IF( HASONEVALUE(Data[WBS2]),CALCULATE(SUM(Data[Fee]), FILTER(VALUES(Data[WBS2]),Data[WBS2] <> "")),CALCULATE(SUM(Data[Fee]),Data[WBS2] ="" ))
Actually if you fix the syntax errors in my previous code the same approach will work for both the fee and pcnt (assuming that the row with the blank WBS2 is a total row so it should be shown for the WB1 line and hidden as a WBS2 line
- bachPBI7 years agoNew Member
Hi All!
Is it possible to keep certain rows visible in a matrix but exclude their values in the matrix subtotals? Basically, I have an income statement with line items I do not want to include in totals but would like to keep their amounts visible in the matrix. Is this possible?
Thank you for any and all help!