Forum Discussion

siva_powerbi's avatar
siva_powerbi
Helper IV
5 years ago
Solved

Error while using the concatenated string to filter multiple columns

Hello Experts   I have a requirement to filter the table over multiple columns and the conditon is filter columns are dynamic and are passed through parameter input.    Concatenated the input wit...
  • wdx223_Daniel's avatar
    5 years ago

    sel = Expression.Evaluate("Table.SelectRows(Bottomrows, each "&KeepString&"))",
    [Table.SelectRows=Table.SelectRows, Bottomrows=Bottomrows, KeepString=KeepString, Logical.FromText=Logical.FromText])