Forum Discussion

LucasAC's avatar
LucasAC
Frequent Visitor
4 years ago
Solved

Hide column values but keep drilldown

Hi folks., I need your help.   I have to create a matrix table, let's say category in rows and teams in columns, so it shows daily sales. Then I have to show a last column , could be a separeted ta...
  • v-yalanwu-msft's avatar
    4 years ago

    Hi, LucasAC ;

    If i understand right, you could create a measure, 

     

    Values = IF(HASONEVALUE(Data[Teams]),SUM([Value]),[Mtd2022])

     

    then change the total's name.

    The final show:

    and if you want hide column ,you could close the text wrap. then move it,

     

    If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

    How to upload PBI in Community


    Best Regards,
    Community Support Team _ Yalan Wu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.