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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all,
Stuggling to find a way to sum a data table based on the dates selected in a slicer.
The data source has 3 date columns and 3 count coulmns. The result expected is "If between these dates, + Sold - Promo - Returned)
I have an excel forumula but can't figure out how to moce this into Power BI.
DATA | Slicer | ||||||||
Product | Sold Date | Promo Date | Returned Date | Sold (+) | Promo (-) | Returned (-) | 3/1/2021 | 3/31/2021 | |
Grapes | 3/3/2021 | # | # | 1 | 0 | 0 | |||
Grapes | 3/1/2021 | # | # | 1 | 0 | 0 | Result | 4 | |
Grapes | # | 3/1/2021 | # | 0 | 1 | 0 | |||
Grapes | 3/16/2021 | # | # | 1 | 0 | 0 | =SUM( SUMIFS(E:E, B:B, ">="&I1, B:B, "<="&J1), -SUMIFS(F:F, C:C, ">="&I1, C:C, "<="&J1) -SUMIFS(G:G, D:D, ">="&I1, D:D, "<="&J1) ) | ||
Grapes | 4/16/2021 | # | # | 1 | 0 | 0 | |||
Grapes | # | 3/1/2021 | # | 0 | 1 | 0 | |||
Grapes | 3/21/2021 | # | # | 1 | 0 | 0 | |||
Grapes | 4/9/2021 | # | # | 1 | 0 | 0 | |||
Grapes | 3/1/2021 | # | # | 1 | 0 | 0 | |||
Grapes | # | # | 3/1/2021 | 0 | 0 | 1 | |||
Grapes | 3/27/2021 | # | # | 1 | 0 | 0 | |||
Grapes | 3/1/2021 | # | # | 1 | 0 | 0 | |||
Grapes | # | 4/28/2021 | # | 0 | 1 | 0 | |||
Grapes | # | # | 4/9/2021 | 0 | 0 | 1 |
Solved! Go to Solution.
Hi,
You may download my PBI file from here.
Hope this helps.
Hi,
You may download my PBI file from here.
Hope this helps.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.