Forum Discussion
ArashZ
Helper I
3 years agocalculated 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
Community Champion
3 years agoCalculatedColumn=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
Helper I
3 years ago- v-easonf-msft3 years ago
Community 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