How to Apply Custom Branding (Logo and Colors) to Embedded Dashboards Based on Logged-in User in Bold BI?

Can we customize an embedded dashboard to match our application branding, including adding a custom logo and dynamically changing the logo and colors based on the logged-in user?


1 Reply

PP Poojasri Perumal Syncfusion Team November 24, 2025 05:32 AM UTC

Yes, Bold BI supports custom branding for embedded dashboards, including dynamic logo changes and color themes based on the logged-in user. Here’s how you can achieve this: 

Create a Data Source: 

  1.  Navigate to the Data Source page and create a data source as needed. 

Add Dashboard Parameter: 

  1. Create a dashboard parameter to store the image URL (logo) and save the data source. 

Assign Parameter to Image Widget: 

 Use the syntax: 

 @{{:DatasourceName.DashboardParameterName}} 

 to link the parameter to the image widget. 

Design and Publish Dashboard: 

  1. Design the dashboard and publish it to the server. 


Pass Dynamic Parameters During Embedding: 

 Use the syntax: 

 embedQuery += "&embed_datasource_filter="+"[{&&ParameterName=Value}]"; 

 to pass the parameter dynamically based on the logged-in user. 

For more details: 


Loader.
Up arrow icon