PowerBI-ThemeTemplates icon indicating copy to clipboard operation
PowerBI-ThemeTemplates copied to clipboard

Matrix (pivotTable) visual: column text alignment

Open Ale-g-g opened this issue 3 years ago • 1 comments

Is it possible to set the alignment for field values in Matrix columns?

I have tried the following (trying to replicate what I could find stored in"Layout" file located inside the .pbix file):

"columnFormatting": [
	{
		"alignment":"Center",
		"styleHeader":true,
		"styleTotal":true
	}],

but it is not working, since this option has to be changed individually for each field in PowerBI

I have also tried adding a new "alignment": "Center" property under "values" section, without success.

Thanks for your amazing work!

Ale-g-g avatar Jan 14 '22 10:01 Ale-g-g

Hey @Ale-g-g! Thanks for opening your first issue. We appreciate your contribution to this project! One of our project maintainers will review this soon.

github-actions[bot] avatar Jan 14 '22 10:01 github-actions[bot]