Forum Discussion
sapirmarko
Helper I
3 years agofilter the report by another table
Hi evryone I have scheme with this relatinship: I want to filter all the report (filter all pages) that will show the record that Start date( Order_creaor_table) >= Sales_table(date) th...
johnt75
Super User
3 years agoYou could create a new column in the Sales table like
Is After Start Date = 'Sales'[Date] < RELATED( 'Order creator'[Start date])
And then use this column as a report level filter.