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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
hnguyen76
Resolver II
Resolver II

Dataset refresh with Web API

Hi All,

I have a simple report that utilizes an internal API to retrieve exchange rates. Everything works but when I attempt to refresh via the service I'm receiving this error:

ExchangeRate_WebContent.png

My query works fine when refreshing it via the desktop application but it will need to be able to be successfully refreshed on the service in the future. Here is my current query for it:
exchange_query.png

Inside the query I have two parameters: StartMe and EndMe which really returns me a string to capture my dates

 

let
    StartMe = 
    let
        StartofMonth = Date.StartOfMonth(DateTime.LocalNow()),
        StartDate = Date.AddMonths(StartofMonth, -4),
        StartValue = Text.From(Date.Month(StartDate)) & "%2F" & Text.From(Date.Day(StartDate)) & "%2F" & Text.From(Date.Year(StartDate))
    in
        StartValue
in
    StartMe

 

Any help on the matter would be greatly appreciated! Thanks!

3 REPLIES 3
blopez11
Resident Rockstar
Resident Rockstar

Try setting the first parameter to Web.Contents to "https://apigateway.myinternal.com", then use the Web.Contents RelativePath option to add "currencyexchange/exchangerate", then use the Web.Contents option Query to add all of the parameters


The Power BI service does not like the url parameter to Web.Contents to be dynamic

 

Please see https://docs.microsoft.com/en-us/powerquery-m/web-contents , http://blog.datainspirations.com/2018/02/17/dynamic-web-contents-and-power-bi-refresh-errors/ and https://blog.crossjoin.co.uk/2016/08/16/using-the-relativepath-and-query-options-with-web-contents-i...

Thanks guys! I'll try the method from Chriss Webb's post and see if I can accomplish this!

GilbertQ
Super User
Super User

Hi there

Currently the Web.Contents is not supported when using it natively in the Power BI Service.

As far as I know you will have to create a data source in the Power BI Gateway to allow it to refresh successfully.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors