Hi,
I have 4 tables, the 1st with transactional data by product and customer in the future (forecasts), the 2nd with transactional data by product and customer in the past, the 3rd with product data, and the 4th with customer data.
I am creating a pivot table with product and customer table data on rows and transactional data in the values.
What I am trying to avoid is rows for product and customer combinations that do not have future transactional data even if there is historical data that would otherwise create the row.
I've tried to create a measure that would return a binary of 1 or 0 that I could filter on but have not yet been able to create a binary that I can effectively filter on.
Thanks for your help!
I have 4 tables, the 1st with transactional data by product and customer in the future (forecasts), the 2nd with transactional data by product and customer in the past, the 3rd with product data, and the 4th with customer data.
I am creating a pivot table with product and customer table data on rows and transactional data in the values.
What I am trying to avoid is rows for product and customer combinations that do not have future transactional data even if there is historical data that would otherwise create the row.
I've tried to create a measure that would return a binary of 1 or 0 that I could filter on but have not yet been able to create a binary that I can effectively filter on.
Thanks for your help!