microsoft / PowerBI-visuals-tools

Contains tools for building/packaging Power BI visuals
https://www.powerbi.com
MIT License
336 stars 152 forks source link

Custom Visual Library Support for Open AI in Power BI Web #513

Open sagarparth10 opened 5 months ago

sagarparth10 commented 5 months ago

Hi I have created a visual that summarises the text values and then displays it in form of a Matplotlib table. It works fine on power bi desktop but on power bi web it throws an error: No module named 'openai'. is there a way to by pass this. image

AleksSavelev commented 5 months ago

Hi @sagarparth10,

Is it R-Visual?

sagarparth10 commented 5 months ago

It is a python visual