Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
is there any way to trigger from custom visual 3rd party API process (.dll) ? that will add extra calculated data?
Thnx
Browsers don't allow JavaScript to call any dll due to security reasons.
Our recommendation is to try to use WebWorker API or to split the big task into a few small chunks and execute them asynchronously in order not to block the main JS thread.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals