Forum Discussion
gmasta1129
Resolver I
3 years agoSum if Formula
Hello, I have the following columns in my report: Cust No. Total Amount Is Credit Open I need to produce the following formula in Power BI desktop... If(Is Credit Open = "Y",S...
gmasta1129
Resolver I
3 years agoThank you for the quick response but unfortunately neither of the formulas worked..
Please see below highlighted column for result I am looking for. I want to sum the total amount by cust. no and only the rows that contain a Y in Is Credit Open
- Thennarasu_R3 years ago
Responsive Resident
Measure=
Calculate(Total Amount,ISCredit="Y")