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 流程
基础教程推荐
- 如何根据该 XML 中的值更新 SQL 中的 XML 2021-01-01
- 什么是 orradiag_<user>文件夹? 2022-01-01
- MySQL 中的类型:BigInt(20) 与 Int(20) 2021-01-01
- 在 MySQL 中:如何将表名作为存储过程和/或函数参数传递? 2021-01-01
- 表 './mysql/proc' 被标记为崩溃,应该修复 2022-01-01
- oracle区分大小写的原因? 2021-01-01
- 如何在 SQL 中将 Float 转换为 Varchar 2021-01-01
- 二进制文件到 SQL 数据库 Apache Camel 2021-01-01
- mysql选择动态行值作为列名,另一列作为值 2021-01-01
- 在多列上分布任意行 2021-01-01
