• try something like this : 
      NON EMPTY
       {
        (
        STRTOSET(@Owner) *
        [Job].[Job].[Job].ALLMEMBERS *
        STRTOSET(@FY) *
        [Date].[Simple Date].[year].[2018].children * --assuming month is the level under year, if you have semester/quarters you have to adjust it 
        [Status].[Status].[Status].ALLMEMBERS
        )
    +
        (
        STRTOSET(@Owner) * 
        [Job].[Job].[Job].ALLMEMBERS * 
        STRTOSET(@FY) *
        [Date].[Simple Date].[year].[2018].children * --assuming month is the level under year, if you have semester/quarters you have to adjust it 
    --here put a set with all the status you want
        ) 

       }