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
Hi frds,
I have doubt in Sumifs calculation in power Bi.

Please help me.
Thanks,
Kali
Solved! Go to Solution.
@Anonymous ,
In case you need a new column
sumx(filter(Table,Table[Group] = earlier(Table[Group]) && Table[Product] = earlier(Table[Product])),Table[Spare capacity])
Or
sumx(filter(Table,Table[Group] = earlier(Table[Group]) && Table[Product] = earlier(Table[Product])
&& Table[year] = earlier(Table[year]) ),Table[Spare capacity])
@Anonymous
You can try a new measure
Calculate(sum(Table[spare Capacity],allexcept(Table[Group])
Hi @amitchandak Thank you,
thanks for your help,
in case i have summing sumifs in Group,Product,year
please help me.
Thanks,
Kali
@Anonymous ,
In case you need a new column
sumx(filter(Table,Table[Group] = earlier(Table[Group]) && Table[Product] = earlier(Table[Product])),Table[Spare capacity])
Or
sumx(filter(Table,Table[Group] = earlier(Table[Group]) && Table[Product] = earlier(Table[Product])
&& Table[year] = earlier(Table[year]) ),Table[Spare capacity])
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 | |
| 47 | |
| 30 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 73 | |
| 38 | |
| 26 | |
| 25 |