Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
trying to write a custom theme using json, I find Microsoft documentation lacking (no surprise there).
Found ample examples online for visuals alignment, but no Page Alignment json code.
Tried the following excerpt:
"page": {
"*": {
"background": [{
"color": { "solid": { "color": "#ffffff" } },
"transparency": 0,
"alignment": "middle"
},
but I still get default page vertical alignment as "top".
Just to make things clear, I want this to be the default set in JSON:
Thank you!
Solved! Go to Solution.
Hi @Anonymous
Also, you can customise a current theme and it looks like this property is not included as well.
Hello @Anonymous ,
maybe too late, but someone else might be still looking for this 🙂
"page": {
"*": {
"displayArea": [
{
"verticalAlignment": "Middle"
}
]
}
}
Hello @Anonymous ,
maybe too late, but someone else might be still looking for this 🙂
"page": {
"*": {
"displayArea": [
{
"verticalAlignment": "Middle"
}
]
}
}
Hi @Anonymous
You can export Theme in the most recent versions and investigate Json file, by the look of it it's not supported yet.
Hi @Anonymous
Also, you can customise a current theme and it looks like this property is not included as well.
Ya thought I'd be able to do it via JSON even though it's not supported in the Themes preview.
Thanks!
User | Count |
---|---|
84 | |
78 | |
70 | |
47 | |
41 |
User | Count |
---|---|
108 | |
53 | |
50 | |
40 | |
40 |