Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Android App Drillthrough report error

Hello everyone,   I'm facing an issue since several weeks on Power BI Android App.   I've got two reports linked together by a drillthrough target action. The targeted report use a parameterized ...
  • Anonymous's avatar
    Anonymous
    9 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