Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Please help me,
in Excel =SUMIFS('Sheet2!F:F,'Sheet2'!A:A,A2,'Sheet2,C2,'Sheet2'!D:D,D:D)
i don't know DAX in Power BI
Sheet 1
| A | B | C | D | E |
| 2021-08-01 | B2 | C2 | D2 | 1 (=SUMIFS('Sheet2!F:F,'Sheet2'!A:A,A2,'Sheet2'!C:C,C2,'Sheet2'!D:D,D:D)) |
| 2021-08-01 | B3 | C3 | D2 | |
| 2021-08-01 | B4 | C4 | D3 | |
| 2021-08-01 | B4 | C4 | D4 |
Sheet 2
| A | B | C | D | E | F |
| 2021-08-03 | B2 | C2 | D2 | E2 | 1 |
| 2021-08-03 | B3 | C3 | D2 | E4 | 1 |
| 2021-08-04 | B4 | C4 | D3 | E6 | 50 |
| 2021-08-04 | B4 | C4 | D4 | E3 | 5 |
Solved! Go to Solution.
@may-natta , a new column in sheet1
sumx(filter(sheet2, sheet1[A] =sheet2[A] && sheet1[B] =sheet2[B] && sheet1[C] =sheet2[C]), sheet2[F] )
is your excel formula correct? one pair of criteria and range are date. You don't have the same date in both tables.
Proud to be a Super User!
@may-natta , a new column in sheet1
sumx(filter(sheet2, sheet1[A] =sheet2[A] && sheet1[B] =sheet2[B] && sheet1[C] =sheet2[C]), sheet2[F] )
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 51 | |
| 36 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |