Forum Discussion
Multiple relationships with Date report filter
Hello v-yulgu-msft,
Thank you for your answer. and yes i want my date columns in my fact table to be affected by the single Report filter.
I tried your proposition but the max (date Dimension(dates)) gives me the maximum value in the table Dimension not the maximum selected in the filter
I even used the Function Allselected like : calculate(max( Dimension[DATE]);ALLselected(Dimension)) but it doesn't give the max selected in the filter.
The client requires this functionality and i don't know how to do it :smileysad:
Hi Hind26,
Did you add the dimension[dates] into report level filters? Did you remove the the relationship between fact table and dimension table? In my test, I could get the selected date using max (date Dimension(dates)). Please try whether select date = SELECTEDVALUE(Dim[Date]) works.
Regards,
Yuliana Gu