Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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] )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
146 | |
75 | |
64 | |
52 | |
47 |
User | Count |
---|---|
218 | |
88 | |
73 | |
64 | |
60 |