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.
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! | |
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
26 |
User | Count |
---|---|
97 | |
87 | |
43 | |
40 | |
35 |