Skip to main content
Microsoft Idea

Power BI

Needs Votes

Direct query of Web (Rest API) data source

Vote (30) Share
's profile image

on 22 Mar 2018 19:51:46

It would be very helpful to be able to specify that a Web / REST API data source be accessed as a direct query. We have several dashboards with the requirement that any changes to the data are reflected IMMEDIATELY upon refresh, no delay due to caching is acceptable.

Because we use a rest api for our data source in Power BI the only options we have right now are to create a CLR stored procedure and then do an OPENQUERY on that so we can do a direct query of that, or have our endpoint persist the data to a table which then can have a directquery select statement pointed to it.

Neither solution is ideal and it would be great to just flag the endpoint as DirectQuery similar to database select statements

Comments (3)
's profile image Profile Picture

Hossein Rahmani on 24 May 2024 11:58:26

RE: Direct query of Web (Rest API) data source

As you know REST API is a [de facto] standard in many areas. And it is supported by most of the other Microsoft products. I wonder how Direct Query is not compatible with Rest API data source!I hope you will add this very useful feature soon!Thanks and best regards.

's profile image Profile Picture

Javier Rojas on 30 Jan 2023 20:32:14

RE: Direct query of Web (Rest API) data source

We are looking forward to this functionality to have Azure Application Insights to be Direct Queried from PowerBI

's profile image Profile Picture

Dylan Morgan on 06 Jul 2020 00:01:30

RE: Direct query of Web (Rest API) data source

Really all that would need to happen is to enable the Web.contents method for Direct Query. That would enable custom connectors to leverage DQ...