Is there a way to change the default drill through behavior?

649 Views Asked by At

It has been said there is no way to change the default drill through behavior with ssas . However, if we look closely we discover that we can actually exercise a bit more flexibility. currently double click opens a new sheets an populates data in it, but it is using some default fields rather than fields assigned in the Action . Is there a way to change the default drill through behavior using a code C# in which we define columns we want to show by default ? Regards .

1

There are 1 best solutions below

0
On

I know it has been a long time, but just so other people can know, if you go to the bottom of where you define the drillthrough action and expand additional properties, you can set the default property to true. The action you defined will then become the default drillthrough action.