Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Matrix with multiple measures - disable drilldown only for one measure

Hello,

 

I have a matrix with three measures in the values tab and I need to disable the drill down for one of the measures. Is this possible? Thank you.

7 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hello parry2k ,

       

      I have attached an image to illustrate my situation. The Budget and Variance measures need to be displayed only at total level, and not split by account, as in the second photo.

      • AllisonKennedy's avatar
        AllisonKennedy
        Icon for Community Champion rankCommunity Champion
        Anonymous

        Is budget and variance already a MEASURE as you say? If so please can you share the DAX formula you are currently using for these two measures? You could achieve this by focusing on the Measures totals, and add an IF statement into the measure such as :

        BudgetNoDrill = IF(HASONEVALUE(Table[Account]), BLANK(), [Budget])