For simplicity sake, let's say I have a fact table that only has three records in it for the same employee. In the cube I've created a measure to do a distinct count on employees in the fact table, so it will currently return a count of 1. This part is all working great....the next part is where I'm having a problem. I want to create a drill-down action to show the employee details (ie. Name, Deprt., etc.), and when I create it, it wants to show the information for the employee three times, which I'm assuming is one time for reach record in my fact table.
Is there a way to control this so that it only shows one drill-down detail record per employee? I'm assuming I'd have to write some MDX for the optional part of the drill-down action, but I'm still in the junior stages of MDX and not even sure where to begin...