Forum Discussion
Manand
3 years agoRegular Visitor
Calling Azure Open AI in Power BI
I have been using ChatGPT API in Power BI as a function to get response to prompts. I am using the below code - let GetOpenAIResponse = (message as text) => let apiKey = "YOUR_OPENAI_API_KEY...
Moritz975
2 years agoNew Member
Hi,
another way simpler way that works well for us is a ChatGPT window via powerapps. Querying the API via Power Automate and/or Azure functions involves far fewer hurdles and the flow is very easy to integrate into PowerApps.