skip to Main Content

Azure – How to Expand JSON data in powerBI?

I am trying to read a JSON file in powerBI whose data looks like this, But when I expend the column timeseries.data, I can only see 'timestamp' column instead of 'timestamp' and 'average' "cost": 44639, "timespan": "2023-02-10T23:59:59Z/2023-03-13T23:59:59Z", "interval": "PT1H", "value":…

VIEW QUESTION

Unsupported data type when making API request to Azure Open AI

I'm getting "unsupported data" error when trying to send post request to Azure OpenAI. What should I do to fix the error? https://myopenai.openai.azure.com/openai/deployments/code-davinci-002/completions?api-version=2023-03-15-preview&API-KEY=xxxxxxxxxxxx&content-type=application/json api-version = 2023-03-15-preview API-KEY = xxxxx content-type = application/json { "model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "Say…

VIEW QUESTION
Back To Top
Search