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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
maxduff59
Helper II
Helper II

Filter Sports Games Table by HomeTeam or AwayTeam

Hello,

I am trying to build a Power BI for sports game data. I have some tables such as these two :

  • MATCHS : containing hometeam, awayteam, the points of each team
  • STATS : containing the stats of each team

Capture d’écran 2023-07-14 à 14.09.04.png

They are both related by an fx_code. I created a filter on my dashboard based on the column Team of STATS.
With the value chosen in the filter, I want to keep all these games of MATCHS table (no matter if it is hometeam or awayteam).

So I tried to create a new table like that : 
new_table = 

var team = SELECTEDVALUE(team)

RETURN FILTER(matchs,OR(matchs[hometeam] = team,matchs[awayteam] = team))

but it returns an empty table and I do not know why ? 

 

Capture d’écran 2023-07-14 à 14.19.55.png

 

Thanks in advance for your help and your time

1 REPLY 1
AbhinavJoshi
Responsive Resident
Responsive Resident

You can create a relationship between the two tables in Relation View, or merge them through Power Query M using fx_code. Is there a specific visual you are trying to create where the filters are not working. Also, in the model view make sure you set the cross filter direction appropriately. Hope it helps! 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.