The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello Everyone,
I am trying to find a dax function for Sumif that is being done in excel. See the attached screenshot.
If the columns M, L and I matches then i need to create a column that sums Column P.
Solved! Go to Solution.
Don't see the screen shot but SUMIF in DAX is generally one of these forms:
SUMX(FILTER('Table',[Column]="Something"),[Value])
or
CALCULATE(SUM([Value]),[Column]="Something")
Don't see the screen shot but SUMIF in DAX is generally one of these forms:
SUMX(FILTER('Table',[Column]="Something"),[Value])
or
CALCULATE(SUM([Value]),[Column]="Something")
Adding the screenshot. Thank you for your response. I tried sum if equivalent dax but i guess i am not using it correctly as the 3 values for P column are not adding up in column R
User | Count |
---|---|
24 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |