Skip to main content
Microsoft Idea

Power BI

Needs Votes

Is there a way to apply queries on Power BI using REST API?

Vote (8) Share
Hiren Sangani's profile image

Hiren Sangani on 19 Aug 2016 16:55:00

Hi,

I am using REST APIs for creating report and embed into iframe of my web page. But it seems this approach has very limited functionality as per my experience.

I would like to use following functionality:

- Apply filters by querying on data on the fly
- I want to use scheduled refresh using Power BI while connecting to the MySQL database.

Please let me know your suggestions, if I am missing something here.

Comments (1)
Hiren Sangani's profile image Profile Picture

sdaviesnz on 05 Jul 2020 23:27:07

RE: Is there a way to apply queries on Power BI using REST API?

You can definitely apply filters on the fly using the PowerBI-Javascript client ;-) I've done it in Javascript and Typescript.