Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I'm trying to set the width of a pageNavigator in my JSON file, but it's having no effect. The first object in the code was derived by looking at the source code of the pbix. The 2nd object follows the official documentation. Has anyone succeeded in setting the width of the page navigator?
"pageNavigator": {
"*": {
"layouts": [
{
"id": 0,
"position":
{
"width": 1200
}
}],
"width": 1200
}
}
Hi @Kimber
Did rajendraongole1 's method solve your problem? If so, could you please accept it as a solution? This will help more users who are facing the same or similar difficulties. Thank you!
Best Regards,
Yulia Xu
Hi @Kimber - Please find the attached code.
Proud to be a Super User! | |
Unfortunately, the code in the json file didn't work. To start, it generated an error because the "general" property is supposed to be an array. But even after fixing that issue, neither of these suggestions successfully set the width of the pageNavigator. It still defaults to 1000.
"pageNavigator": {
"*": {
"layouts": [
{
"id": 0,
"position": {
"width": 1200
}
}
]
}
}
"pageNavigator": {
"*": {
"general": [
{
"position": {
"width": 1200
}
}
],
}
}
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
70 | |
37 | |
29 | |
26 |
User | Count |
---|---|
91 | |
49 | |
45 | |
38 | |
36 |