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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
wkeicher
Helper III
Helper III

API Calls with Parameters = need help

Need Help with Invoking API Call with Paramaters.

 

The API call is as follows. I am passing in the paramater (newsdate)

https://api.sportsdata.io/v3/nba/scores/json/NewsByDate/2020-MAR-08

 

getapidata.png

 

When I invoke the following:

invoke.png

 

I get the following error

error.png

 

I believe this has to do with formatting the Parameter, but it has numbers and characters.

 

Assistance would be greatly appreciated.

1 ACCEPTED SOLUTION

@amitchandak @v-yuta-msft 

 

I actually figured it out. I had to declare the (newsdate as text) =>

Source = Json.Document(Web.Contents(Text.From("https://api.sportsdata.io/v3/nba/scores/json/NewsByDate/"&(newsdate)&"

 

Thanks for your guidance.

View solution in original post

5 REPLIES 5
v-yuta-msft
Community Support
Community Support

@wkeicher ,

 

You need to convert date to text type like below:

Text.From(newsdate)

 

Or use query parameter instead and try again, please refer to:

https://docs.microsoft.com/en-us/power-query/power-query-query-parameters

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Thank you for the response.

 

It seems I still have a formatting issue. Teh URL has specific requirements when passing the date - YYYY-MMM-DD or 2020-MAR-07.

input.pngformat.png

Thanks,

Wayne

@wkeicher ,

 

I would suggest you to use fiddler to catch the actual http request and check if the URL in fiddler is same with that in power query.

 

Regards,

Jimmy Tao

@amitchandak @v-yuta-msft 

 

I actually figured it out. I had to declare the (newsdate as text) =>

Source = Json.Document(Web.Contents(Text.From("https://api.sportsdata.io/v3/nba/scores/json/NewsByDate/"&(newsdate)&"

 

Thanks for your guidance.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.