Forum Discussion
Anonymous
5 years agoNot applicable
Matrix Row Header Alignment
Hi, I want to keep a;ignment for few row headers as Center and for Few row headers as Left. Couls you please let me know how to achieve this? Thanks, Sam
- 5 years ago
Anonymous , The option I can see in the table is align all columns together not for each one.
mon
3 years agoFrequent Visitor
Hi Guys,
Is there any formula to change the alignment for few row headers as Center and for Few row headers as Left?
Kindly guide.
Thanks.
- MFelix3 years ago
Super User
Hi mon ,
In this case you would need to do the new coluns with the variations you would need something similar to this:
Cat Alignment = SWITCH ('Table'[cat] , "A",REPT( UNICHAR(8192),10) & 'Table'[cat], "B", 'Table'[cat], "C",REPT( UNICHAR(8192),10) & 'Table'[cat])This would give you different spacings for each value. On the settings you cannot set up a row value at a time.
For columns you have that option since you can setup each of the columns separatly.