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.
Hello community
I am trying to filter a table for two column values. I need a SUMIFS sort of result whereby I could sumup "Amount" by filtering a date column (i already did this with below formula) and another filter to be applid on 'Table 1[status]' column where status is "Good". I do not know how to apply two filters in one SUMX formula. Apprciate your usual kind help.
The current formula that i am using for date filter based on current row date is as under:
SUMX(FILTER('Table 1,'Table 1'[Date]=EARLIER('Table 1'[Date])),[Amount])
Cheers
Solved! Go to Solution.
Try with
Formula = SUMX ( FILTER ( 'Table 1', 'Table 1'[Date] = EARLIER ( 'Table 1'[Date] ) && 'Table 1'[status] = "good" ), [Amount] )
Try with
Formula = SUMX ( FILTER ( 'Table 1', 'Table 1'[Date] = EARLIER ( 'Table 1'[Date] ) && 'Table 1'[status] = "good" ), [Amount] )
Great.. thanks a lot Mohammed
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
145 | |
87 | |
66 | |
51 | |
45 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |