Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi, I am new to Power Bi and I am struggling with DAX. I have this function in the filter, it is giving me an error. How can I fix this?
FILTER function requires a table expression as the first argument. so in your case, the measure might be:
Expenses =
CALCULATE (
[Transcation Amount],
FILTER (
transactions,
transactions[Transaction Type] = "debit"
&& transactions[Category] <> "transfer"
&& transactions[Category] <> "Credit Card Payment"
)
)
Proud to be a Super User!
Paul on Linkedin.
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |