Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

TripPin Part 6 - Schema

This multi-part tutorial covers the creation of a new data source extension for Power Query. The tutorial is meant to be done sequentially – each lesson builds on the connector created in previous lessons, incrementally adding new capabilities to your connector.

In this lesson, you will:

  • Define a fixed schema for a Rest API
  • Dynamically set data types for columns
  • Enforce a table structure to avoid transformation errors due to missing columns
  • Hide columns from the result set

Please follow the tutorial at Microsoft Docs for Power Query here.