Forum Discussion
AlexGallet01
9 years agoHelper IV
Foreach
Hi, I need help for do a foreach. I want to calculate week number foreach send number but i have any times the send number so i want calculate the week number just one time foreach send number. ...
- 9 years ago
Hi AlexGallet01,
You can use Find() function to create a calcualted column like this:
Column = IF(FIND(160170,'Table1'[Column1],5,0)>0,-2,BLANK())
Best Regards,
Qiuyun Yu
v-qiuyu-msft
9 years agoCommunity Support
Hi AlexGallet01,
Would you please share some sample data and expected results for our analysis?
Best Regards,
Qiuyun Yu