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:
- Navigate to the Data Source page and create a data source as needed.
- Create a dashboard parameter to store the image URL (logo) and save the data source.
Assign Parameter to Image Widget:
@{{:DatasourceName.DashboardParameterName}}
to link the parameter to the image widget.
Design and Publish Dashboard:
- Design the dashboard and publish it to the server.
Pass Dynamic Parameters During Embedding:
embedQuery += "&embed_datasource_filter="+"[{&&ParameterName=Value}]";
to pass the parameter dynamically based on the logged-in user.