Forum Discussion
Adding Gridlines to Matrix columns
Hi everyone,
For a vertical separator, you can use the following workaround:
- Create a measure that returns a blank (example: Separator Measure = BLANK() )
- add it as a column where you need the separator to be
- rename the label to a “.”
- change the Font color and Background color to be the exact same.
- resize the column to the desired size (I normally shrink as much as it allows me to).
If you need more separators just add the same measure to the table or matrix again.
I hope this helps until the PBI teams provides with a proper way of accomplishing this.
It sucks that this is not a basic feature but this workaround is perfetct! Just add blank measure with blank name in matrix and set background of this column to a desired color! Thanks a lot for this tip!