Forum Discussion

jishnubhattacha's avatar
7 months ago
Solved

How to hide header column in Matrix visual.

I have a requirement to show month wise top 10 customer against sales along with in 11th row show "other customer " and the total sales. I am showing the sample data set 

CustomerAprMay JunJulAugSepOctNovDecJanFebMar
JB Pharma107869221     
GD Pharma86542110     
Ranbaxy7343763     
Lupin6554344     
East India Pharma5762332     
Cipla6345231     
Sun Pharma7351411     
Cadila8225111     
Biocon6111121     
Torrent5211111     
Others1112916789     

 

The above is my objective. I have the data and I am able to do the report visual but not in a single matrix view. For top 10 I have created one matrix and do the needful and achieve top 10 customer against sales. Next I created one dax measure to filter the  sales amount more than 10 customer also achieve the others customer details but in a separate matrix. Howeverafter doing this I made two matrix visual having two  separate headers. How to overcome this I need the visual like the table I have mentioned.

8 Replies

  • jishnubhattacha Can you provide additional details? For example, sample source data would be helpful. Also, I am unclear as to exactly what you have today. Can you post screen shots or examples? Can you post your measure formula?

    • jishnubhattacha's avatar
      jishnubhattacha
      Helper I

      Thank you for replying.  I will be get in touch  with  you regarding other problems which  I am currently facing. However regarding this solution I already have a work around by myself and by other replies it will be fruitful. It is a gratitude to see my query.

  • Thank  You  for your help. Now I am able to  construct the Matrix of monthly sales against top 10  customers along with Other customer. Also at the last column it needs a conditional formatting of showing last column values in different background colour for which I have created one DAX function and  in condiitonal formatting I  set Format Style as Field and  the field is my DAX function and applied on Values only. By this setup my objective become fulfilled.  

     

    But now I have one question i.e.  Now one reqirement I got  that before Customer field one Index column needs to be incorporated mark 1 to 10  for top 10 customer. But When I put the index into row area it is showing index value but Other customer case is not accomplished. Is there any  way  to  do ?