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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Swalker
Frequent Visitor

Expression.Error The column 'value' of the table wasn't found.

Hi,

 

I am following the TripPin walktrough and get Expression.Error the column 'value' of the table wasn't found  in 2.REST API  - Authoring Transformations in Power Query  in both the Airlines as well as the Airports Query example.

 

I simply copy paste the M code in the Advanced Editor and then after pressing Done the Expression.Error pops up.

 

 

let
    Source = TripPin.Feed("https://services.odata.org/v4/TripPinService/Airlines"),
    value = Source[value],
    toTable = Table.FromList(value, Splitter.SplitByNothing(), null, null, ExtraValues.Error),
    expand = Table.ExpandRecordColumn(toTable, "Column1", {"AirlineCode", "Name"}, {"AirlineCode", "Name"})
in
    expand

 

 

Any help appreciated.

1 ACCEPTED SOLUTION
Swalker
Frequent Visitor

Problem solved: I forgot to rebuild my solution in Visual Studio , copy the updated *.mez extension file  to my Custom Data Connectors directory and relaunch Power BI Desktop. 

 

View solution in original post

1 REPLY 1
Swalker
Frequent Visitor

Problem solved: I forgot to rebuild my solution in Visual Studio , copy the updated *.mez extension file  to my Custom Data Connectors directory and relaunch Power BI Desktop. 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.