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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
chloesouss
Frequent Visitor

Cardinality issue

Hello everyone,

I’m encountering a cardinality issue in my Power BI model and would appreciate your help.

I’m working with an Excel file that contains a list of applications, with one sheet per month. This file is stored on SharePoint, and I’ve connected it to Power BI to visualize the number of applications on a monthly basis. The issue I’m facing is due to duplicates, as some applications are listed in multiple months. I don’t want to overwrite these duplicates, but it’s creating a cardinality problem in my data model.

Here’s my setup:
- I have a Source table that contains an INS column (application number) for incidents related to applications.
- I’m trying to create a "many-to-one" relationship between this table and my Application table via the INS column, but Power BI is not allowing me to do so.

How can I resolve this issue? I would like to keep the duplicates without causing conflicts in the model. Any advice would be greatly appreciated!

 

1 ACCEPTED SOLUTION
sanalytics
Super User
Super User

Hello @chloesouss 

Based on your above explanation, i hope, you should have proper dimensional model.
1) Create a bridge table to handle the duplicate application numbers.
2)Make sure to have unique value on the INS column in the bridge table to eliminate duplicates.
3) Then, relate the bridge table to both the Applications and Source tables.


This will maintain the necessary relationships without overwriting data.

 

Hope this helps

Regards

sanalytics

If it is your solution then please like and accept it as solution

View solution in original post

2 REPLIES 2
Tahreem24
Super User
Super User

@chloesouss One possible solution is to create a bridge table by keeping only unique value (no duplicate). If possible so kindly share the dummy data because it wud be easy to answer your question.

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
sanalytics
Super User
Super User

Hello @chloesouss 

Based on your above explanation, i hope, you should have proper dimensional model.
1) Create a bridge table to handle the duplicate application numbers.
2)Make sure to have unique value on the INS column in the bridge table to eliminate duplicates.
3) Then, relate the bridge table to both the Applications and Source tables.


This will maintain the necessary relationships without overwriting data.

 

Hope this helps

Regards

sanalytics

If it is your solution then please like and accept it as solution

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors