Forum Discussion
AllanBerces
1 year agoPost Prodigy
Copy/Duplicate Value
Hi good day, Can anyone help me on how can I achieved my required value in column. On my table I want the value of AREA to be copied on Non Productive per trade and per week. DESIRED OUTPUT ...
- 1 year ago
pls see the attachment below
AllanBerces
1 year agoPost Prodigy
Hi vicky_ ryan_mayu rajendraongole1 please refer below link
ryan_mayu
1 year agoSuper User
if you want to create a calculated column, you can try this
Column = maxx(FILTER('Table','Table'[Trade]=EARLIER('Table'[Trade])&&'Table'[AREA]<>""),'Table'[AREA])
pls see the attachment below
- AllanBerces1 year agoPost Prodigy
Hi ryan_mayu thank you very much for the reply, but show some in correct value in other week. possible to add filter by Week ID or WeekNo. Thank you
- ryan_mayu1 year agoSuper User
you can try this
Column = maxx(FILTER('Table','Table'[Trade]=EARLIER('Table'[Trade])&&'Table'[weekid]=EARLIER('Table'[weekid]) &&'Table'[AREA]<>""),'Table'[AREA])- AllanBerces1 year agoPost Prodigy