Power Query M コピー // GetRowCount Fact("Fold $count", 15, Table.RowCount(Airlines)), /$count パス セグメントからは JSON 結果セットではなく単一の値 (プレーン/テキスト形式) が返されるので、要求を行って結果を処理するために新しい内部関数 (TripPin.Scalar) を追加する必要も...
Power Query Mコピー let Source = #table( type table [OrderID = number, CustomerID = number, Item = text, Price = number], { {1, 1, "Fishing rod", 100.00}, {2, 1, "1 lb. worms", 5.00} } ) in Source{1} この式では、次のレコードが返されます。