Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
User | Count |
---|---|
65 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |