function renderDashboard() {
    var boldbiEmbedInstance = BoldBI.create({
    dashboardSettings: {
    showHeader: true,
    showExport: true,
    showRefresh: true,
    viewDataSettings :{
    showAllColumns: false
    }
    },
    widgetSettings: {
    showMaximize: true,
    showFilter: true
    }
    });
    boldbiEmbedInstance.loadDashboard();
    }