Forum Discussion
ArashZ
3 years agoHelper I
calculated column
Hi, I have a table like the below: There are some companies on the table and each one sells different products. As can be seen, in the table, if the product code is glasses or shipping or additi...
wdx223_Daniel
3 years agoCommunity Champion
CalculatedColumn=VAR _c=Data[Company Name] RETURN IF(COUNTROWS(FILTER(Data,Data[Company Name]=_c&&Data[Productcode] IN {"car","pen","pencil"})),"Yearly",Data[Plan frequency])
ArashZ
3 years agoHelper I
- v-easonf-msft3 years agoCommunity Support
Hi, ArashZ
If wdx223_Daniel 's formula doesn't work, can you show relevant screenshots to further investigate what's causing the error?
Also, check if the bias in the results is caused by errors in the data itself.
Best Regards,
Community Support Team _ Eason