Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Dear all,
I am struggling with creation of relationship between 2 calculated columns.
I have 2 tables:
pbi DIM_EIPA_Connectors (dimension table)
pbi FACT_EIPA_Connectors (fact table)
In both tables I have created unique identifier using calculated columns - the function is using column index to add a suffix in order to ensure that the entries are unique.
Connector_ID =
'pbi DIM_EIPA_Connectors'[data.id]
&
RANKX(
FILTER('pbi DIM_EIPA_Connectors',
'pbi DIM_EIPA_Connectors'[data.id]=EARLIER('pbi DIM_EIPA_Connectors'[data.id])
),
'pbi DIM_EIPA_Connectors'[Index],,ASC)
Now, I have removed all relationships that might impact those 2 tables. Then I am trying to create the relationship between those two columns.
Following is the error - I would expect to have one-to-one relation or (one-to-many/many-to-one) but there is issue with all types of relation incl. many-to-many.
I exported the data into excel to check if there are any duplicates or blank values but there isn't any.
Any help is much appreciated!
Solved! Go to Solution.
@IvanS if you are absolutely sure that there are only a single instance, then blank values are driving that Cardinality (Many to Many)
@IvanS if you are absolutely sure that there are only a single instance, then blank values are driving that Cardinality (Many to Many)
You are right, I oversee the blank entries. 🙂 Thank you for help!
Blank values in dim or fact table?
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 55 | |
| 42 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 113 | |
| 106 | |
| 38 | |
| 35 | |
| 26 |