Good day all,
I have a filtered table which is pulling from a table named 'transactions'.
Solved! Go to Solution.
Hi @JimB-GA
Try this:
FILTER(Transactions,Transactions[Account Name] = "Savings" || Transactions[Account Name] = "Money Market")
@JimB-GA ,
You may also use The IN operator in DAX.
Hi @JimB-GA
Try this:
FILTER(Transactions,Transactions[Account Name] = "Savings" || Transactions[Account Name] = "Money Market")
Thanks. Just learned about the double pipe!
Thanks!
Jim-GA
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
371 | |
101 | |
65 | |
55 | |
43 |
User | Count |
---|---|
364 | |
115 | |
79 | |
65 | |
53 |