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 ,
What you are trying to achieve is not natively supported by PBI Desktop (this can be easily done though with Report Builder which is another tool). But with some advanced skills, DAX is flexible enough to allow for a workaround.
You may use the same concept in this sample PBIX. https://drive.google.com/file/d/1oUR5D1YftbCs8gDLDnxYq_QjYJmKhqhM/view?usp=sharing
As shown on the screenshot below, a "Total" row which is not in the original table has been added. This can be replaced with and renamed to something else like MTD, etc.