简体   繁体   中英

How to call a CRM action from powerbi

Need to call a CRM Custom Action with parameters from Powerbi Please help me with this. Thanks in advance!!!!

Power BI is just a data visualization platform, not a replacement for app development.

When you want to do such things like clickable action in each row of PowerBI report list of records - maximum possibility is hyperlink (url). Unfortunately CRM Custom action is not url accessible, but that too you want with paramters. Forget it.

I have other ideas shared in this SO answer , like you can try Power Automate (MS Flow) or custom API to explore by url accessibility.

You can also achieve your requirement with the help of Power Automate.

Steps -

  1. Create new flow with Http Trigger
  2. Invoke flow URL from power BI
  3. Call custom action from flow

Please mark my answer verified if i were helpful

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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