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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors