Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Dear community
Somehow i am stuck up in a sumif type situation in power BI. My screenshot is as under
I have highlighted two fields in yellow. Precisely, I want to sum the "BILLAMOUNT" by filtering the "Date" column for the respective date in each row. This means that for each row when the month is same, i should get same filteretd total.
Appreciate your help.
Regards
Solved! Go to Solution.
Hi @Waseem
Try with this one
Test =
SUMX (
FILTER ( Pre_Rev_PAYG, Pre_Rev_PAYG[Date] = EARLIER ( Pre_Rev_PAYG[Date] ) ),
Pre_Rev_PAYG[BILLAMOUNT]
)
Hi @Waseem
Try with this one
Test =
SUMX (
FILTER ( Pre_Rev_PAYG, Pre_Rev_PAYG[Date] = EARLIER ( Pre_Rev_PAYG[Date] ) ),
Pre_Rev_PAYG[BILLAMOUNT]
)
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 |
|---|---|
| 49 | |
| 40 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 87 | |
| 73 | |
| 37 | |
| 28 | |
| 26 |