cost 286 ms
我们可以使用 React 应用程序刷新 Azure 发送的 Power bi 中的访问令牌吗? - Can we refresh the access token in Power bi which is sent by Azure using React app.?

我正在为我的项目使用 powerbi-client-react npm package。 当我在报告中登录时,azure 发送访问令牌传递令牌并嵌入 URL,我正在通过 React 访问 power bi 报告。 问题是 azure 令牌在 1 小时后过期。 我可以刷新 Azure 发送的访问令牌 ...

如何将 web 活动结果存储在变量中? - how to store web activity result in a variable?

我有一个 web 活动,通过它我正在执行一个 rest API(执行查询)这是一个示例 output: 我想将 [Value] 中的日期值存储在 adf 的变量中 (变量值应该是:2022-10-25T00:00:00Z) 但由于方括号,我无法做到这一点,这是我尝试过的 但它给我错误 请建议我如何 ...

使用身份验证令牌对 PowerBI REST API 进行身份验证时获取 403 - Get the 403 when using auth token authenticate for the PowerBI REST API

我想对 Power BI REST API 使用令牌身份验证。 现在我有一个服务主体,然后我使用 az 命令行登录并生成令牌: 它确实得到了令牌。 但是,我无法验证我的 power bi 服务器,我收到错误403 Forbidden 。 服务主体具有正确的权限并添加到工作区访问权限。 为了验证权限 ...

动态创建报告 - Dynamically create a report

我们正在尝试实施以下内容: 我们将为不同的场景提供 PowerBI 报告。 每个场景都有不同的数据,但它会为用户使用相同的视觉效果。 因此,我们需要有一个“模板”报表,当创建一个新场景时,会从这个模板连同一个新的 SQL 表一起创建新的报表。 我很惊讶很难找到如何做到这一点的信息(我认为这是一个很常 ...

使用 MSAL 和 Python 连接到 Power BI REST API - Using MSAL and Python to Connect to Power BI REST API

我的 Power BI 应用程序在 Azure Active Directory 中注册,具有 select API 权限(例如 User.Read)。 我已尽最大努力遵循 MSAL 文档,同时搜索此网站和其他网站并尝试我找到的一些代码片段,但我没有任何运气。 我无法使用公共客户端应用程序生成令牌 ...

PowerBI - 视觉 API - 更改视觉属性 | 用法:翻译 - PowerBI - Visual API - changing Visual properties | usage: translations

背景:我们将 powerbi 仪表板作为整个报告或仅作为独立的视觉对象嵌入。 我们希望将我们的报告内容翻译成多种语言。 其中一些可以通过元数据翻译(DAx 编辑器 -> 文化)来完成。 我们想要实现的是翻译视觉标题等。 我们正在寻找一种易于维护的方式。 根据 MS 的说法,这可以使用 Visu ...

异步刷新 Power BI REST API:响应不包括应包含 refreshId 的位置字段 - Async refresh Power BI REST API: Response doesn't include location field that should contain refreshId

赏金将在 5 天后到期。 此问题的答案有资格获得+50声望赏金。 Luukv93正在从有信誉的来源寻找答案。 我尝试通过将发布请求发送到 PBI API 端点以编程方式刷新 Power BI Premium 数据集:数据集//刷新。 文档( https://docs.microsoft.com/ ...

PowerBIAPI - 选择器 # 不支持操作 - 连接详细信息包含参数” - 更新报表的 PowerBI 数据集中的 ServerName - PowerBIAPI - Operation is not supported for selector # - connection details contains parameters" - update ServerName in PowerBI Dataset of the Report

我在上传的 power bi 报告的数据集中更新服务器详细信息时遇到问题。 请帮忙。 在这里,我使用了 2 种方法。 方法一 在Microsoft.PowerBI.Api.V2 UpdateDatasourcesInGroup中使用了以下方法 在提琴手中捕获了请求 要求: 回复: ...

如何在嵌入到应用程序后按需将自定义 Power BI 报告导出为 PDF 或 PowerPoint? - How can I export customized Power BI reports as PDF or PowerPoint on demand after embedded into an application?

场景:我们在应用程序中使用了 Power BI 报告。 用户正在按需更改报告样式(例如:条形到甜甜圈),并且用户希望将所选样式导出为 PDF 或 PowerPoint (.ppt)。 是否可以使用 Power BI REST API 或 Power BI SDK? 如果是,有哪些选项或带有代码示例 ...

瓷砖,复制视觉作为图像在 powerbi 使用 rest api - Tiles, copy visual as image in powerbi using rest api

我是 Powerbi 的新人。我需要使用 powerbi api 下载磁贴。磁贴位于 url 以下。 我可以访问应用程序,我可以在 Powerbi 中看到报告。 我看过 powerbi api 文档。 当我尝试使用powerbi api UI时,出现响应代码错误:404 {“错误”:{“代码”: ...

Power Bi Embedded 不工作,无法使用主用户登录 - Power Bi Embedded Not working, Can't login with Master User

大家好。 我可能没有完全理解如何在我的 Xamarin 应用程序中嵌入 PBI 报告。 我得到了我的访问令牌并为此使用了主用户,但是在我获取 EmbedUrl 并将其放入 WebView 的源属性之后,我收到一条消息:“请唱歌以查看此报告”。 这是一个问题,因为我的客户没有 PowerBi 帐户,我 ...

将 Power BI 与 Python 链接以下载报告并将其发送给 WhatsApp 联系人 - Linking Power BI with Python to download Reports and send it to a whatsApp contact

我手头的问题是,我正在尝试自动化从 Power BI 下载报告的过程,并在 Python 的帮助下将其发送给各种 WhatsApp 联系人。 这可能吗? 我找到了可用于下载报告的 Microsoft REST API,但我在尝试配置我的凭据和其他内容时迷失了方向。 ...

Client error: `GET https://api.powerbi.com/v1.0/myorg/datasets` resulted in a `401 Unauthorized` response Power BI REST api - Client error: `GET https://api.powerbi.com/v1.0/myorg/datasets` resulted in a `401 Unauthorized` response Power BI REST api

I'm trying to use PHP (specifically the SDK made by tangent solutions: https://github.com/TangentSolutions/PowerBI-SDK-PHP/ ) to push data to a Powe ...

Power Bi Desktop 中的 Power BI Rest Api 数据集 - Power BI Rest Api Dataset in Power Bi Desktop

我成功地将一个 Java 应用程序连接到 Power BI REST API,并设法创建了一个数据集并添加了一些数据。 我可以从 Power BI Web 界面查看这些数据,制作报告、图表等。 是否可以将 Power BI Desktop 连接到此数据集并从那里创建自定义报告? 我问这个是因为桌 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM