Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have two calculate columns who have filters on it :
1 :
2 :
then i want to additon this two new column and keep there filters, but i dont know how to do that.
I even try with this formule :
Instead of creating columns Create measure with your same formula Test and TEST2 and then create one more below measure
ADDition= Test+ Test2
try
Mesure 2 = CALCULATE(
COUNT(Client[IdClient]);
FILTER(
Client;
AND(Client[FlagTiersPayant] = "y";Client[VIP] = "y")
)
)or AND replace to OR
do not hesitate to give a kudo to useful posts and mark solutions as solution
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 8 | |
| 8 |