Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
Solved! Go to Solution.
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.
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.