微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

如何解决在 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 举报,一经查实,本站将立刻删除。