Snippets Collections
let
  Conditions = {
    [ColumnName] = "1501", 
    [ColumnName] = "1500", 
    [ColumnName] >= "1100" and [ColumnName] < "1200"
  }, 
  Results = {"FFPC", "PCFam", "Différentielle"}
in
  Results{List.PositionOf(Conditions, true)}
Table.TransformColumns(Source, {{"Data", each Table.PromoteHeaders(_), type table}})
star

Mon Feb 24 2025 15:54:33 GMT+0000 (Coordinated Universal Time)

#power_query
star

Fri Feb 21 2025 12:34:34 GMT+0000 (Coordinated Universal Time)

#power_query

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension