microsoft / PowerBI-visuals-tools

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

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

Open sagarparth10 opened 1 month ago

sagarparth10 commented 1 month 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 1 month ago

Hi @sagarparth10,

Is it R-Visual?

sagarparth10 commented 1 month ago

It is a python visual