Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Help with posting content to azure ml web services

Hello there So I created a web service experiment that I successfully tested it through calling it via Excel. Now I would like to call it via Power bI but I dont know how to compose my content.   ...
  • dkay84_PowerBI's avatar
    dkay84_PowerBI
    9 years ago

    Think I figured this out.

     

    1.  Create a new query from blank query

    2.  Immediately change the name of the query to the respecitive name for the function code (i.e. ToAzureMLJson)

         -  This name is the very last line in the code (after "in")

    3. Paste the code in and it should work