Forum Discussion
siva_powerbi
5 years agoHelper IV
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...
- 5 years ago
sel = Expression.Evaluate("Table.SelectRows(Bottomrows, each "&KeepString&"))",
[Table.SelectRows=Table.SelectRows, Bottomrows=Bottomrows, KeepString=KeepString, Logical.FromText=Logical.FromText])
mahoneypat
5 years agoMicrosoft Employee
Can you share a link to a pbix with representative input data and desired output to troubleshoot directly? or to see if there is a simpler approach to get there?
Pat