Open
Description
openedon Feb 22, 2023
According to the theme file json schema, there is a setting to control the type and size of the canvas (as in Format page/Canvas settings in Power BI Desktop). However, these settings (which adhere to the schema) does not propagate to Power BI:
{
"name": "myName",
"visualStyles": {
"page": {
"*": {
"pageSize": [
{
"pageSizeTypes": "Custom",
"pageSizeWidth": 1920,
"pageSizeHeight": 1080
}
]
}
}
}
}
Is this a bug, or pure incompetence on my side?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels