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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
BOBALENIS
Frequent Visitor

data modelling

I have a fact table where each row contains different data at a local authority level.  There are therefore many rows regarding the same local authority.  I then have a dim/lookup table where I list a unique list of local authorities, so I can use this to slice my data.  All great so far.  Now I have a table that lists the local authority in one colum and in the next it lists all the other local authorities that are considered statistcally similar.( stat neighbours, see below).

 

e.g

LA Name  Stat Name

Waltham.    Eastbourn

Waltham.    Hasting

Waltham.    Borough

Wirral          Eastbourn

Wirral          Leeds

etc

 

OUTCOME: I would like to select a LA Name and the fact table is filtered according to the stat Names so I can show this data as a comparison for the LA Name - you might like to consider them as benchmarks, which are there to help the user undertsand if the selected LA Name is doing well or not 

 

PROBLEMS:  For each Local Authority you have many other local authorties that are stats neighbouts (up to 10 ish) Also, each local authority could be in one or more different stat neighbour groups.  

 

So using the example above the local authority 'Eastbourne' is a stat meighbour of both 'Waltham'. and 'Wirall' above. 

 

Solution 1.  is to create a many to many relationship between the stat neighbour LU/Dim table and the fact table. NOT IDEAL as you would prefer a 1 to many relationship here

Solution 2. You can use the LA dim/LU to create a bridge table between the stat neighbout and the fact table- this has limited success and you need to add bi directional flow- NOT IDEAL as you would ideally have the flow in one direction only

 

Is there a nicer solution that I am missing? 

 

THANKS SO MUCH

 

2 REPLIES 2
amitchandak
Super User
Super User

@BOBALENIS , Based on what I got. I think multiple join with authority table to fact. with one relation inactive and activate that using userelationship

 

refer :https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in...

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Morning and wow- thank you so much for replying so swiftly. 

 

I am not sure I fully understand your idea but do you mean something like this? Thanks again

 

BOBALENIS_0-1618996909426.png

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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