Forum Discussion
Bookmark Navigator
Greeting to all!
I have a quick question that can we customize the bookmarknavigator in Power BI JSON theme file?
I referred to this blog
https://community.fabric.microsoft.com/t5/Desktop/Bookmark-Navigator-json-Theme-Schema/td-p/3142372
but it is displaying the below error:
Your response will be appreciated.
1 Reply
- rajendraongole1Super User
Hi FatemaRangwala - Ensure the JSON syntax is correct and all required properties are included. Additionally, colors must be specified in a valid format.
Eg:
{ "name": "Custom Bookmark Navigator Theme", "dataColors": [ "#1b4f72", "#21618c", "#2874a6", "#2e86c1", "#3498db", "#5dade2", "#85c1e9" ], "background": { "color": "#f4f6f7" }
above shared link there is an error at: "bookmarkNavigator" : {
you can get more Json themes in power bi templates below:
Use report themes in Power BI Desktop - Power BI | Microsoft Learn
try the above approach to get the json code from tempalates and let know
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!