function renderDashboard() {
    var boldbiEmbedInstance = BoldBI.create({
    exportSettings: {
    showExcel: true,
    showPDF: true,
    showImage: true,
    showCSV: true,
    }
    });
    boldbiEmbedInstance.loadDashboard();
    }