Power BI to call CRM process(Power BI 调用 CRM 流程)
问题描述
我有一个 Power BI 报表,用于查看 SQL Server 中的一些数据.用户可以进行选择,数据将显示在报告的表格中.当用户在 Power BI 中进行选择并单击按钮时,我希望它在 CRM 中创建数据验证活动.
I have a Power BI report that is used to view some data from SQL Server. The user can make selections and the data is displayed on a table in the report. When the user makes a selection and clicks a button in Power BI, I want it to create data validation activities in CRM.
有什么方法可以发送数据并调用 CRM 流程来创建数据验证活动?
Is there any way I can send the data and call a CRM process to create data validation activities?
推荐答案
PowerBI 是用于数据可视化的,不是用于应用程序开发的,但可以在一定程度上进行扩展.PowerBI 可以有一个按钮,它有一些 默认操作 按钮点击这对于您的场景来说是不够的.
PowerBI is meant for data visualization, not for application development, but can be extended for some extent. PowerBI can have a button, it has some default actions for the button click which is not enough for your scenario.
可能是一些超链接来触发每一行的 MS Flow 或调用 REST Web api 端点 url 来实现你想要的.
Probably some hyperlink to trigger the MS Flow on each row or call the REST web api endpoint url to achieve what you want.
您只需创建一个 Canvas PowerApp 即可在其中执行应用程序逻辑和将其嵌入 Power BI.
Simply you can create a Canvas PowerApp where you can do application logics & embed it in Power BI.
如果你认为在 Canvas 应用中嵌入 Power BI 报表有意义,那也是可能的.
If you think embedding your Power BI report in Canvas app will make sense, that is also possible.
这篇关于Power BI 调用 CRM 流程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Power BI 调用 CRM 流程


基础教程推荐
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01