Forum Discussion
How to Hide empty Columns in Matrix visual?
- 6 years ago
Hi yodha ,
You can define the size of the column so you can hide then until is invisible just drag the border of the column, be aware that you may need to turn off word wrap on the options on column headers.
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Try this:
Measure =
IF( (Calculate([Total Cost] ALLEXCEPT(Table ; Table[date])) + Calculate([Total Forecast]; ALLEXCEPT(Table ; Table[date])) = BLANK() ; BLANK() ; [Cumulative Total])
And replace the Cumulative total measure with this.
/ J
tex628 : i have tried this, but this is removing entire month, but i want to remove only empty columns in the month. Thank you.
- tex6286 years agoCommunity Champion
That is sadly not possible. When you're using several measures as values in a matrix the columns will always be present as long as there is atleast 1 value that isn't blank(). It's either hide the entire month because the two first measures are empty or show all 3 columns.
/ J - VLey_Gomes1 year agoNew Member
Hello yodha , Were you able to solve your issue with hiding the columns? I'm having the same problem.