I have a Matrix which reports Sales and Returns for our products. We can have examples where goods are sold or returned and where their ProductID is not in our Products table. Instead of just showing as BLANK in the Matrix, they have asked if I show this as ‘Missing’, so that the users are aware of an un-mapped product.
I have tried various options of ISBLANK, but I think whatever the solution, it needs to be at the Dimension lookup table level.
@Mark
Unfortunately this not all that straightforward. Since you want to add something to a row it has to come from a table, which means having to use a combination of ROW, UNION, EXCEPT, etc. This is actually something I’ve been working on for myself, so I know it’s doable. I will try to get something posted tomorrow.
Thank you very much for taking the time to look at this for me and providing a detailed solution.
I am currently away from work, so I am not able to test it against my proper model until next week, however on my return I will check it out in detail and report back!