Forum Discussion
Power BI Report Server Branding Issue
- Anonymous2 years ago
Hi tim_hodges ,
This is picture which applyed the sample zip:
My power bi report server Version:
You can try this:
Brand the web portal - SQL Server Reporting Services (SSRS) | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi tim_hodges ,
This is picture which applyed the sample zip:
My power bi report server Version:
You can try this:
Brand the web portal - SQL Server Reporting Services (SSRS) | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- tim_hodges2 years agoNew Member
Sorry for the late reply, this worked perfectly. The problem was down to us using the colors.json example code embedded on this page.
The code missed out some key tags including:
primaryButtonprimaryButtonHove
primaryButtonPressed
link
linkHover
linkVisited
radioButtonCheckBox
radioButtonCheckBoxHover
The top 3 were responsible for the button I was struggling with.
So instead I used the sample branding packages found at the bottom of the Microsoft page, they contained all the tags required and fixed it. Thanks very much for your help.