Forum Discussion
Page Navigator .json Theme
- 4 years ago
Hi,
found this article What makes up a Power BI Desktop PBIX File - Data Analytics | FourMoo and Power BI
explaining how to view content of pbix file. Changed my bpix to zip and found from Lyout -file "name/word" for Bookmark Navigator. For json it is bookmarkNavigator.
- 4 years ago
Hey RemLee
I posted a solution here. However you are not able to change the default shape of the navigation button in the json file.
https://community.powerbi.com/t5/Desktop/JSON-pageNavigator-Visual-StyleNames-amp-CardNames/m-p/2471114#M881023 - 4 years ago
Hi Marvin,
I have worked out the solution - the trick was set a default ID just like the other properties:
"pageNavigator": {
"*": {
"shape": [
{
"$id": "default",
"roundEdge": 25,
"tileShape": "rectangleRounded"
}
],
...
}
}
Hi Anonymous ,
This is how we use .JSON themes in Power BI.
https://community.powerbi.com/t5/Desktop/Problem-with-custom-theme-JSON/m-p/2342985
Hello trupits,
thank you so much for your quick response.
But, I know how to use it. The question now is, similar to the slicer (see picture below) I want to know if anybody knows the word to address the page navigation, and what kind of options I have there.