Hello. It is a drillthrough action. Yes my cube has multiple measure groups. One is working and another is not. On the one that is not the dimensions are related in the cube usage table. We browse by these dimensions with the fact all the time.
The design is the same as what is on the SSAS server. I used the connect to AS database option in Visual Studio and save changes to update the ASDB on the server.
One more interesting thing, for my action that works, I can only get the drillthrough option on the base cube and not a perspective. Do you have any idea why? In the AWorks 08 samples their drills work on perspectives fine and I don't see the difference between theirs and mine.
I will try the trace on both and see if that gives any insight.
Thanks,
Sean
Main Topics
Browse All Topics





by: agandauPosted on 2009-09-03 at 11:21:24ID: 25253385
How is the drillthrough set up? Check these things:
Is it an action, a drillthrough action, or a reporting action?
Does your cube have more than one measure group? If so make sure that the measure group set up as the target is related to the requested dimension information. (Although I would guess in this case it still might return data, or not display the drill through action upon right clicking the cell in the browser.)
Are you sure the design you have in BIDS is the same as what's deployed to the server?
Maybe your best bet it to run a trace against the Analysis Server while you perform the drill through, and then look at the statement it actually executed. Maybe something obvious will appear at that point.