Forum Discussion
Assistance with IF Statement and Calculated Columns
- 6 years ago
Hi GeoffHill ,
How about the result after you follow the suggestions mentioned in my original post?
Could you please provide more details or expected result about it If it doesn't meet your requirement?Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi GeoffHill ,
We can create a calculate column to meet your requirement.
BRAND Score =
IF(CALCULATE(COUNT('Table'[Response__c]),ALLSELECTED('Table'[Outlet_Survey__r.Outlet__r.Name]))>=2,1,0)
If it doesn’t meet your requirement, could you please show the exact expected result based on the table that you have shared? And could you please tell us how to place these fields in Table Visual?
BTW, pbix as attached.
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.