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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
MBates237
New Member

Creating a sports result page

Hello,

I'm attempting to produce a result summary that looks something like the below

 

MBates237_1-1742227013943.png

 

My data is modelled as shown here

 

MBates237_2-1742227043099.png

 

I have a few questions

  1. Why is my away line up to away position ID relationship inactive? I don't seem to be able to make it active

  2. When designing the result page I'm using tables, one for the home data and one for the away data, is this a good way to do this?

  3. Can I use slicers to "compound" the values that show? i.e. The user selects the match, which then defines which lineup is shown as 1 match has 1 home and 1 away lineup

My data is here for reference https://docs.google.com/spreadsheets/d/1q5cjMhN-86z0vWsPKCJnb1n3pUDOi33d/edit?usp=sharing&ouid=11197...

Thanks!

1 REPLY 1
v-yohua-msft
Community Support
Community Support

Hi, @MBates237 

First, you can check if the relationship line is dashed (inactive) in the Model View. Right-click on the relationship → Properties→ and check Activate this relationship. If there is a multipath conflict, it is recommended to establish a unique association by using the match ID or using the Bridge Table to bridge the table.
The second problem is that each time you add a new field, you may need to modify two tables simultaneously, and it is not conducive to dynamic filtering, you can merge the home and away data and add the TeamType field to distinguish between home and away. Using the matrix/table visual, split columns via the TeamType field
Finally, make sure that the Matches table and the Lineups table establish a one-to-many relationship through the Match ID. Master slicer binding: Matches[Match Date] or Matches[Match ID]
The secondary slicer binds Lineups[Player Name] and enables "cross-page filtering" or uses EDIT INTERACTIONS to control the linkage logic.

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

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

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

Check out the March 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors