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
BerlinAlexander
Helper II
Helper II

API connection - how to set up automatic refresh?

I designed a dashboard with API as a data source. Let me quote some excerpts:

 

let

Source = Json.Document(Web.Contents(let today = DateTime.Date(DateTime.LocalNow()) in
"[website]" &
Number.ToText(Date.Year(today)) & "-" &
Text.PadStart(Number.ToText(Date.Month(today)-1),2,"0") & "-" &
Text.PadStart(Number.ToText(Date.Day(today)-1),2,"0") &
"&date-to=" &
Number.ToText(Date.Year(today)) & "-" &
Text.PadStart(Number.ToText(Date.Month(today)),2,"0") & "-" &
Text.PadStart(Number.ToText(Date.Day(today)-1),2,"0") 
in
#Source

 

It works perfectly when I click on "refresh" in PowerBI Desktop. 

 

My goal is, however, for the published dashboard to refresh automatically.

 

It doesn't work. I can't create a dataflow using the script above (message: the source is dynamic). Refreshing the data set gives me an error message too.

 

Any ideas?

1 REPLY 1
darentengmfs
Post Prodigy
Post Prodigy

@BerlinAlexander 

 

Have you set up your datasource credentials for the API?

 

darentengmfs_0-1601304228091.png

 

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 Kudoed Authors