Hi Teo,
I have DimUsers and DimQuestions related to FactAnswers ... and I want to get a distinct count of Users for each Question. What is the best way to do so?
Thanks - Wayde
I'd consider building a DistinctCount measure on the UserID column in FactAnswers. This will be the best approach from a performance standpoint and it will work across any dimension.