How to add Power BI reports in Android native app

1.6k views Asked by At

I am developing an Android application in which I should show Power BI reports and tiles with drill down. I will use ADAL for login. I will use return token by ADAL to query Power BI.

I Googled but still I am not able to find a proper documentation for same.

Please help, thanks in advance.

2

There are 2 answers

1
Marc LaFleur On

I would start with What can developers do with Power BI. This is an introduction into Power BI development and the integration options available.

Note: Microsoft Graph API is a separate API from Power BI REST API.

2
Gabriel Espinoza On

I believe you can create a web view and call the rest API from there to load mobile view. I will test this concept in a flutter app and tell you my findings.