Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
27 | |
12 | |
11 | |
10 | |
6 |