Forum Discussion
Syndicate_Admin
Administrator
3 years agoProblem with filtering dates
Hello I have a table with my equipment and oil analysis dates, and another table with oil changes. Oil changes Results table In my line chart visual I see the results of all dates, but...
amitchandak
Super User
3 years agoSyndicate_Admin , You can filter that
example
calculate(Sum(Table1[Value]), filter(Table1, Table[Date] in values(Table2[date])))