Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Transform results from openapi.document response

Hi Team,

 

I am trying to build a data connector using openApi via swagger document, which beautifully lists the apis as functions with parameters. Below is the code:

 

 

// Pull the latest swagger definition from the site 
        swagger = Extension.Contents("swagger.json"),
        // OpenApi.Document will return a navigation table
        nav = OpenApi.Document(swagger, DefaultOptions)

Now, biggest challenge, when i click on each api as function and invoke with parameters, i get raw response back.

Befor even i get the response from the invoked api function, i need to apply some transformations upon the response. 

 

How to achieve this, any idea? please suggest!

 

Thanks in advance!

 

3 REPLIES 3
Anonymous
Not applicable

@dax @ImkeF 

Any suggestions on this topic would be much appreciated!

 

Thanks

dax
Community Support
Community Support

Hi Nagpraveen,

If the transformation are the same, I think you could invoke  api function directly, but if the transformation is not same, I think it is hard to apply this dynamiclly.

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

@dax  Didnt help, there must be some other way!

Thanks!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors