Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

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 dataset based on the data send by the first report.

 

When I'm using the reports in SSRS Mobile report, everything works fin (I can go from the first report to the second, and the parameter is set correctly, so the dataset is filtered correctly), even on a computer than an Android phone.

 

But, when I'm trying to do the same thing with Power BI Android App, I've got the following error : 'An error occured, please retry".

 

When I try to open the second report directly, it works fine to (despite the dataset is not filtered).

 

When I look in the Report Server Log, I've got the following error.

Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!24!05/19/2017-15:19:43:: e ERROR: [mf5f02cl]: 89.225.232.102: GET /api/v1.0/CatalogItems%28d761f68a-5b80-4e4c-9ecf-e7b4b7a81fc4%29/Model.MobileReport - 0:00:00.1796998
Exception: System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.Http.Owin.HttpMessageHandlerAdapter.<SendResponseContentAsync>d__20.MoveNext()
--- End of stack trace from previous location where exception was thrown ---

 

Does anybody faces the same issue and had a solution? Thanks a lot by advance.

 

Sébastien

1 ACCEPTED SOLUTION
Anonymous
Not 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

View solution in original post

2 REPLIES 2
DBahat
Employee
Employee

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?

Anonymous
Not 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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors