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])
smpa01
5 years agoCommunity Champion
siva_powerbi Looks like this might be the bug
p = "[#"""&extract{0}&"""]"&" = "& extract{1},
can't have " before record [ and and after record ] too
p=[........]
siva_powerbi
5 years agoHelper IV
Thanks for the answer but issue got resolved.