The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
29 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |