Forum Discussion
Hide column values but keep drilldown
- 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.
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.
Thanks @v-yalanwu-mfs, the wrap option allowed me to hide the labeled column, that way I can have 2 different tables, first one a daily based and the other one with a mtd agregation.
Thanks a lot for you help.