Forum Discussion
Anonymous
6 years agoNot applicable
True/False Values
Hi Team, Need some help on this, I have Date A and Date B and I need to use a filter like this-: YEAR([ Date A]) >= 2018 && [Date A] <= [Date B] , I am also using Date B as filter to filter val...
amitchandak
6 years agoSuper User
Anonymous , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
This should work as new column YEAR([ Date A]) >= 2018 && [Date A] <= [Date B]