在 Power BI embed 的现有数据集上创建新报告后无法保存另存为报告

问题描述

https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/create-edit-report-embed-view?tabs=embed-for-your-customers

按照 Azure 应用程序中的此文档说明,我设置了所有必需的权限 Dataset.Read.All,Content.Create,and Workspaces.ReadWrite.all 并在我的 Angular 应用程序中编写代码以创建现有数据集的新报告

    tokenType:  pbi.models.TokenType.Embed,accesstoken: accesstoken,embedUrl: embedURL,datasetId: datasetId,settings: settings
};

// Grab the reference to the div HTML element that will host the report
let embedContainer = $('#embedContainer')[0];

// Create report
let report = powerbi.createReport(embedContainer,embedCreateConfiguration);

但是我遇到了这个错误

enter image description here

无法理解怎么回事!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)