Forum Discussion
gmasta1129
3 years agoResolver I
Sum 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
3 years agoResolver I
Thank 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 agoResponsive Resident
Measure=
Calculate(Total Amount,ISCredit="Y")