Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!