March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I am trying to build a Power BI for sports game data. I have some tables such as these two :
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 ?
Thanks in advance for your help and your time
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |