Forum Discussion
Filter with datesinperiod function
- Anonymous7 years ago
Hi,
I did not receive any response but I got the solution by my own:
First I calculate the [#Eventos] by months using a column in the calendar table with YYYY-MM, then apply this DAX:
#Eventos 12 meses atras =CALCULATE ([#Eventos];FILTER(ALL(Semana[FECHA].[Date]);LASTDATE('Eventos OW'[Fecha Fin Operación]));DATESINPERIOD(Semana[FECHA].[Date];LASTDATE('Eventos OW'[Fecha Fin Operación]);-12;MONTH))Greetings
Hi Anonymous ,
Have you solved your problem?
If you have solved your problem, could you please share the solution or always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please share some data sample and your desired output so that we could help further on it.
Best Regards,
Cherry
Hi,
I did not receive any response but I got the solution by my own:
First I calculate the [#Eventos] by months using a column in the calendar table with YYYY-MM, then apply this DAX: