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