我正在尝试使用以下链接在我的 MVC 应用程序中嵌入我的 Power Bi 报告 https://docs.microsoft.com/en-us/power-bi/developer/embed-sample-for-customers 我可以获得 access_token 但是由于 401 Unauthorized 错误,无法根据 Group Id 检索仪表板或报告.
I am trying to Embedding my Power Bi Reports in my MVC application using the following link https://docs.microsoft.com/en-us/power-bi/developer/embed-sample-for-customers and i am able to get the access_token but unable to retrieve the dashboards or reports based on Group Id because of 401 Unauthorized error.
让我知道我做错了什么.
Let me know what I am doing wrong.
我在 Power BI Embedded 实施过程中遇到了完全相同的问题.我的问题是 Azure Active Directory 中的注册应用程序没有授予足够的权限.请确保您已执行以下步骤:
I faced the exact same issue during my Power BI Embedded implementation. The issue in my case was that adequate Permission were not granted for the registered app in Azure Active Directory. Please ensure you have performed the following steps:
可以在此处找到更多详细信息.
More details can be found here.
这篇关于电源报告嵌入的未经授权的错误 401的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
读取 XML 时忽略空格Ignore whitespace while reading XML(读取 XML 时忽略空格)
带有检查空元素的 XML 到 LINQXML to LINQ with Checking Null Elements(带有检查空元素的 XML 到 LINQ)
在 C# 中读取带有未闭合标签的 XMLReading XML with unclosed tags in C#(在 C# 中读取带有未闭合标签的 XML)
在 C# 中使用 Html 敏捷性解析表格、单元格Parsing tables, cells with Html agility in C#(在 C# 中使用 Html 敏捷性解析表格、单元格)
使用 LINQ 从 xml 中删除元素delete element from xml using LINQ(使用 LINQ 从 xml 中删除元素)
解析格式错误的 XMLParse malformed XML(解析格式错误的 XML)