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 September 15. Request your voucher.
I wan to add week 14 value which is 722 only in active user rows , as it is adding in all rows
Solved! Go to Solution.
Hi, @ajayhse
You can try using the IF function.
Week14 = IF([Data]="ActiveUsers",722,BLANK())
Is this the output you expect? If so, you can replace my equation 722 with the Sum formula in your figure above.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @ajayhse
You can try using the IF function.
Week14 = IF([Data]="ActiveUsers",722,BLANK())
Is this the output you expect? If so, you can replace my equation 722 with the Sum formula in your figure above.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
9 | |
7 |