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
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
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