Forum Discussion
How to Hide empty Columns in Matrix visual?
Hi, is there a way to hide empty columns in matrix visual ?
i wanted to hide highlighted columns,
Attached pbix for reference https://www.dropbox.com/s/qllt34kyfcy38gg/Power%20BI%20Example.pbix?dl=0
Thanks in Advance.
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.
13 Replies
- tex628Community Champion
Do you have this setting applied?
- amitchandakSuper User
yodha , create a measure using allexpect and put that into the visual level filter
calculate([Measure],allexpect (Table[Month Year]) // is not blank
https://www.sqlbi.com/articles/using-allexcept-versus-all-and-values/
- yodhaHelper IV
- v-yingjlCommunity Support
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.