Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
}
}
],
}
}
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 45 | |
| 44 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 73 | |
| 71 | |
| 34 | |
| 33 | |
| 31 |