Quick, what does team 321 do well? Unless you've got every number at your event memorized, you probably can't answer that without going and looking it up. But you'd probably recognize the team by name in a second. Numbers are great for computers, but names are what actually stick in your head. This post is about getting team names into your dashboard, right alongside all the data you've already been working with.
Every export we provide, from the individual submissions file to the averaged Download Data file, only have the Team Number column in them to identify the team. That's on purpose; team numbers never change and never get spelled two different ways, so they're what we use to keep everything matched up correctly behind the scenes. But it does mean that every slicer, filter, and chart you build is stuck showing plain numbers unless you give it something better to work with.
That's what the new Team List link on your event page is for.
On your event page, you'll now see a Team List link. Click it, and you'll get a simple page with nothing fancy on it at all... it's just a table with two columns, Team Number and Team Name, one row per team registered for that event. That's the whole thing. But it's exactly the ingredient we were missing before: a second, small table that we can bring into Power BI and connect to the data table you're already using.

If you ever want to find it again without clicking through, the page lives at /myevents/getEventTeamList.php?event={code}, where {code} is your event's code (the same way our other event links work).
You don't need to download anything for this one; Power BI can read a table straight off a web page.



You should now have two tables loaded: your usual submissions or match data, and this new, much smaller Teams table.
Right now, Power BI may have no idea that these two tables are related; they're just sitting next to each other. To fix that, switch to the Model view (look for it in the icons running down the left side of the Power BI window).
You'll see both of your tables represented as boxes, each listing their columns. What we want is a line connecting the Team Number column in one table to the Team Number column in the other. That line is called a relationship, and it's what lets Power BI look up a team's name whenever it sees that team's number, without you having to type anything out by hand.

If Power BI already auto-detected this relationship for you when you loaded the data (it sometimes does, when column names match closely enough), you'll just see the line already there in which case there's nothing left to do. You can always double check any relationship, or build one by hand, from the Manage Relationships button on the Home tab.
This is the payoff. Head back to the Report view, and anywhere you'd normally drag in Team Number, try Team Name from the Teams table instead:
None of your existing formulas or columns need to change for any of this; you're not replacing Team Number anywhere in your data, you're just giving your visuals a second, friendlier way to refer to the same thing.

This same trick - using Get Data > Web to pull in a small table from a page and joining it to your main data on a shared column - isn't limited to team names. Any time you find yourself wishing you had one more piece of context sitting next to a number in your data, it's worth asking whether there's a page somewhere with exactly that table on it, ready to be joined in the same way.
Happy scouting!