Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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