The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.