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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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])
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |