Forum Discussion
Mayank_Yavda
Resolver II
4 years agoneed help with calculated column
I have a table named A in which i have two column - date and sales - and i have another table B with three columns - start date , end date and category - where in table B I only have 4 rows for 4 cat...
- 4 years ago
Pls try to create a column
Column = MAXX(FILTER(TableB,TableB[Startdate]<='TableA'[date]&&TableB[Enddate]>='TableA'[date]),TableB[Category])pls see the attachment below.
ryan_mayu
Super User
4 years agoPls try to create a column
Column = MAXX(FILTER(TableB,TableB[Startdate]<='TableA'[date]&&TableB[Enddate]>='TableA'[date]),TableB[Category])
pls see the attachment below.
Mayank_Yavda
Resolver II
4 years agoThanks ryan_mayu, with some changes according to my requirement your solution is working fine for me.
- ryan_mayu4 years ago
Super User
you are welcome