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
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
359 | |
99 | |
65 | |
55 | |
48 |
User | Count |
---|---|
338 | |
123 | |
90 | |
71 | |
67 |