Forum Discussion
Android App Drillthrough report error
- Anonymous9 years ago
Hello,
I've got the solution !!!
To reply to the question, my datasets come from MDX queries. I use Member uniquename in both datasets for the parameters (e.g : [Dimension].[Hierarchiy].&[MemberID]).
I had the same structure on both datasets (first & second report).
And all was working well through Web access (on computer and Smartphone), but not on Power BI.
I simply changed the type of parameter in the drillthrough, from SelectedItem to SelectedItemS.
Event If I've disabled the multiselect option, it seems that this is the only way to correctly passed parameters in Power BI Android App.
Sebastien
Can you share some more info on the problem? (like how does the dataset looks like and what is the parameter your passing?)
There is one known issue in the apps that report links will break if moving the reports between different SSRS servers. Did you upload both linked reports using the mobile report publisher?
- Anonymous9 years agoNot applicable
Hello,
I've got the solution !!!
To reply to the question, my datasets come from MDX queries. I use Member uniquename in both datasets for the parameters (e.g : [Dimension].[Hierarchiy].&[MemberID]).
I had the same structure on both datasets (first & second report).
And all was working well through Web access (on computer and Smartphone), but not on Power BI.
I simply changed the type of parameter in the drillthrough, from SelectedItem to SelectedItemS.
Event If I've disabled the multiselect option, it seems that this is the only way to correctly passed parameters in Power BI Android App.
Sebastien