function renderDashboard() {
    var boldbiEmbedInstance = BoldBI.create({
    dynamicConnection: {
    isEnabled: true,
    identity:"User email here"
    }
    });
    boldbiEmbedInstance.loadDashboard();
    }