Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
"columnHeaders": [{
"fontColor":{"solid":{"color":"#ffffff"}},
"wordWrap":true ,
"backColor":{"solid":{"color":"#000000"}},
"gridVerticalWeight":3,
"fontFamily": "Segoe UI",
"fontSize": 12,
"position":"Center",
"stepped":true,
"outline": "TopBottom",
"steppedLayoutIndentation":25,
"urlIcon":false
}]
I tried with position=center but it didn't work. Please help.
Solved! Go to Solution.
Hi,
Have you tried using alignment instead of position? Perhaps something like below
"alignment": "center"
Thanks,
Do you know how can I use field formating code in json. Please help.
Hi,
Have you tried using alignment instead of position? Perhaps something like below
"alignment": "center"