Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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] )
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |