What's the best way of removing the row context without removing the query context?
I am creating a measure in table B that reads all rows from table A that are currently a subset due to a link. I want to select a different subset based on certain parameters but want my query context to remain.
I am creating a measure in table B that reads all rows from table A that are currently a subset due to a link. I want to select a different subset based on certain parameters but want my query context to remain.