Forum Discussion
samioberoi
Helper III
1 year agoSpecific value to be added from a value derived from a conditional value
Hi, I need some help please. I have got three tables as below. In Table A, I created a calculated column called as BAND COL below and the relationship between the tables is as created below betwee...
ryan_mayu
Super User
1 year agoyou can try this
Measure = SUMX(FILTER('Table A','Table A'[BAND COL]=MAX('Table C'[DISTINCT_CODE])),'Table A'[BALANCE])
pls see the attachment below