My users want to be able to apply an approval process to dimensional data.
Crucially they want the original version of the record to remain live until the change is approved.
I know that I can add an "approved" flag to the record and have this managed by a workflow, however with this technique the non-approved version of the record would be picked up when, say, SSAS processes.
Does MDS support approved and non-approved views of rows?
NB The data set in question is pretty large - we don't want to be creating seperate MDS Versions each time a change is made, unless there's a way to manage this efficiently.