Forum Discussion
SNik
10 years agoHelper I
DAX Question MAX Date Record
Hi This is a DAX question i have 2 tables and they are tblA has a one to many relation with tblB tblB is a Fct table and tblA a Dim table TblA (DIM) aKey , aName , .... 1 a 2 ...
Greg_Deckler
10 years agoCommunity Champion
You can add a custom column in your dimension table like:
MAX(RELATED(Fact[bDate]))
SNik
10 years agoHelper I
how can i do that?
must i use the DAX in the Fact?
can you help me is in the step by step?, i dont need the details as long as i can understand the steps more i'll follow and find out myself
thanks
Please help more