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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

how to model columns repeated in multiple languages in FACT table?

Hi 

 

I am trying to model survey responses that can be displayed in two languages - for example English and German name.

 

One of the columns in the FACT table indicates the Sector associated with this response.  There is one column for the sector's english name and one column for the sectors German name .  The pattern is repeated a number of times in the FACT table - one column for english and one column for German.

 

Response_ID      Sector_English_name  Sector_German_name   ...
10AgricultureLandwirtschaft...
20FinanceFinanz..
30......

 

One approach I have considered: extract the two columns representing the Sector (English and Gernan) and creating a Dimension table called DIMSector. I could then unpivot these colums so I have 2 rows for each sector listed (one english row and one German row) . I could then filter the the DIMSector table on English/German (only showing either German rows or English rows at a time) and still maintain a one-to-many relationship with the FACT table .  I would repeat this approach for each time the pattern occurs in the FACT table - creating seperate DIM tables.

 

It this an appropriate approach to use or is there a better "power BI" way?

 

 

Thank you in advance

pgf

 

1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

In my opinion,this is  an appropriate approach to use.

refer :https://radacad.com/many-to-one-or-many-to-many-the-cardinality-of-power-bi-relationship-demystified 

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

View solution in original post

2 REPLIES 2
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

In my opinion,this is  an appropriate approach to use.

refer :https://radacad.com/many-to-one-or-many-to-many-the-cardinality-of-power-bi-relationship-demystified 

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

Anonymous
Not applicable

Hi Lucien, Thank you 

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.