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)
there is a way to do it by measre? what is the best way to do it?
I don't want to create new coulmn
thanks,
Sapir
3 Replies
- johnt75
Super User
You 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.
- sapirmarko
Helper I
thanks! but I want to do it without using new column
- johnt75
Super User
I don't think you can use measures as filters at the page or report level, only at the visual level.