Forum Discussion

HankScorpio2's avatar
HankScorpio2
Icon for Helper I rankHelper I
1 year ago
Solved

Hide Row Subtotals on Collapse rows

Hi

 

I have turned off row subtotals. However, If I collapse the field the row subtotals show again. 

Is there a way to stop any result returning for a row subtotal?

 

So in the screenshot I would like to permanently hide the cells highlighted in red. 

 

 

2 Replies

  • Hi HankScorpio2 , To stop any result returning for a row subtotal, just turning of row subtotal should work:

     

    Turn of the row subtotal:

    Here is the output, without row subtotal (Tabular style in matrix Layout):

     

    Compact Layout:

     

    If you want to hide specific row subtotal, then go to spcefic column and set only subtotal text color to match back ground:

     

    Finaly, you can programatically turn off any sub total and total. For example:

    OrderQty = 
    IF(
        HASONEVALUE('Calendar'[Date].[Month]),
        SUM(Sales[OrderQuantity])
    )

     

     

    Hope this helps!!

    If this solved your problem, please accept it as a solution and a kudos!!

     

     

    Best Regards,

    Shahariar Hafiz