To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Good morning,
Is there an easy measure or calculated column to calculate a column if multiple filters apply from other columns?
E.g. calculate column A when column B is filtered on 1 & column C is filtered on 2 and Column D is filtered on 3 etc. 🙂
Solved! Go to Solution.
Hello @pigsinblankets ,
yes,
calculated column = CALCULATE(Sum(A),TableName[B]=1,TableName[C]=2,TableName[C]=3)
you can replace sum with the aggregation you want.
Proud to be a Super User! | |
Hello @pigsinblankets ,
yes,
calculated column = CALCULATE(Sum(A),TableName[B]=1,TableName[C]=2,TableName[C]=3)
you can replace sum with the aggregation you want.
Proud to be a Super User! | |
User | Count |
---|---|
77 | |
68 | |
65 | |
50 | |
27 |