Forum Discussion
JimB-GA
Helper III
7 years agoHow to create a table with 2 filtered criteria
Good day all, I have a filtered table which is pulling from a table named 'transactions'. Savings = filter(transactions,transactions[Account Name]="Savings") Is it possible to create the...
- 7 years ago
Hi JimB-GA
Try this:FILTER(Transactions,Transactions[Account Name] = "Savings" || Transactions[Account Name] = "Money Market")
EugenioJunior
7 years agoFrequent Visitor
Hi JimB-GA
Try this:
FILTER(Transactions,Transactions[Account Name] = "Savings" || Transactions[Account Name] = "Money Market")