Forum Discussion

dt_2023's avatar
dt_2023
Frequent Visitor
2 years ago
Solved

Print values from a row based on a condition

Hi all,   I'm looking to create a column in a table "Source" that display only specific values from a row that matches the condition. The table row for Column ID meets more than one condition. For ...
  • Fowmy's avatar
    2 years ago

    dt_2023 

    In Power Query split the ID column in to rows based on delimiter comma. Then you can create a relationship to the Category and filter the records in the source table based on the category selected.