Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Waseem
Helper II
Helper II

SUM X formula confusion

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 

 

Capture.JPG

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

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]
)

View solution in original post

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

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]
)

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.