# FOOTBALL PROJECT #11:  Publish and schedule refresh

## Метаданные

- **Канал:** Curbal
- **YouTube:** https://www.youtube.com/watch?v=8bbIAJzGXWQ
- **Дата:** 19.04.2026
- **Длительность:** 4:36
- **Просмотры:** 649

## Описание

We need to make some changes to our api calls so they refresh on Power BI service, and we will also use parameters to quickly change seasons and competitions!

Join this channel membership to get access to all the recorded bites as they become available:
https://www.youtube.com/channel/UCJ7UhloHSA4wAqPzyi6TOkw/join

Here you can download all the pbix files: https://curbal.com/donwload-center

SUBSCRIBE to learn more about Power and Excel BI!
https://www.youtube.com/channel/UCJ7UhloHSA4wAqPzyi6TOkw?sub_confirmation=1

Our PLAYLISTS:
- Join our DAX Fridays! Series: https://goo.gl/FtUWUX
- Power BI dashboards for beginners: https://goo.gl/9YzyDP
- Power BI Tips & Tricks: https://goo.gl/H6kUbP
- Power Bi and Google Analytics: https://goo.gl/ZNsY8l

☼☼☼☼☼☼☼☼☼☼

POWER BI COURSES:

Want to learn Power BI? How about you take one of our courses? Here you can find the available courses:
https://curbal.com/courses-overview

☼☼☼☼☼☼☼☼☼☼

ABOUT CURBAL:
Website: http://www.curbal.com
Contact us: http://www.curbal.com/contact


QUESTIONS? COMMENTS? SUGGESTIONS? You’ll find me here:
 Linkedin     ► https://goo.gl/3VW6Ky
 Mastodon ►  @ruthpozuelo@techhub.social
 Twitter        ►  @curbalen
 Facebook   ►  https://goo.gl/bME2sB

#CURBAL #SUBSCRIBE

## Содержание

### [0:00](https://www.youtube.com/watch?v=8bbIAJzGXWQ) Segment 1 (00:00 - 04:00)

This is the fourth time I tried to record this. Fingers crossed it goes. Okay, so we need to do something very important to this football project before we close it up and it is to have it refresh on the web. Here's the thing, the way we did it will not refresh on Power BI service. We need to do small change and then we're also going to take the opportunity to add some parameters so we can change competitions and years faster. So that is what we're going to do in this video. Just to let you know the other API failed on me, too. — [snorts] — So I'm using the new API. Hopefully it's working for everybody. It is working for me. So, well, let's get started with this video. So, we're going to go to this transform data should be somewhere in here. Come on, Power BI team, you know better. It is used all the time to click Okay, I said it. Transform data. And now, what we need to do is to change the URL that we use when call the API, which is this little URL here. Here's the thing, the URL needs to be broken into pieces so I guess you cannot make like code injection and things like that when you're doing it. Okay, so this is what we need to do. We need to get rid of the stuff that is after the question mark including the question mark and then once we have this, here we already have the headers. We need to have another one that is for the actual query parameters. So, that is going to be called query and then I'm going to put the query parameters in there without the question mark, okay? And then this is comma headers API key. This is the bracket the bracket. Right, and remember on when we're sending URLs on API calls is text. So, this needs to be text. And as you can see it is a working again. Now this 2025 I don't want hard code it. I just want to use whatever I put here on the parameter. So, instead of 2025 I'm going to write season. Which is that season with a capital S. Right? And then for the competitions, I want to use the competition parameter. So, I am going to and then get rid of PD. And it should work and as you can see it works is not giving me an error. Now I need to do these for every single one of the queries. So, it refreshes and it uses the parameters. So, let's go do it. This is for the standing competition season and season. This is how it would look for clubs and then for the leagues. For the leagues, we don't need to change anything because there are no query parameters. So, we're good to go. So, this is it. We can now publish it to Power BI service and let's schedule refresh it. Let's go. So, publish. I'm going to publish it on social media. Select. And now we go to the So, here we have the football tracker. We go to settings. And then we need to fix all of these. This is anonymous. Skip this connection. And now that we have everything we can schedule refresh this thing. And if we go to the report and refresh, it should refresh. So, you should have no problems with it. So, on the next video what we're going to do is we're going to do a mobile report because the coolest thing of everything is that you should be able to be wherever you are, open your Power BI report in the mobile and just scroll and see how your favorite team is doing. And you can do it obviously with the normal desktop but it's a lot cooler to have a mobile report and that's something that probably you don't get to use a lot so let's practice.

---
*Источник: https://ekstraktznaniy.ru/video/52923*