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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
AdeleSS
Regular Visitor

The icons between tables in relationship

Hi All,

 

I created relationships with two date table and the lines between them seems broken. What does this icon mean?  Many thanks.

AdeleSS_0-1708586455477.png

 

2 ACCEPTED SOLUTIONS
Idrissshatila
Super User
Super User

Hello @AdeleSS ,

 

check this solution https://community.fabric.microsoft.com/t5/Desktop/What-do-broken-relationship-lines-in-datamodel-mea...

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

jolind1996
Resolver II
Resolver II

Hi,

 

I found this relating answer from 2021: Solved: What do broken relationship lines in datamodel mea... - Microsoft Fabric Community

 

In Power BI, a "weak" relationship, now referred to as a "limited" relationship, is a type of relationship where Power BI cannot guarantee the cardinality on the "one" side.

 

This situation can occur when the engine cannot ensure the unqueness of the constraint due to technical reasons, or because the developer defined it as such. A limited relationship is not used as a part of table expansion.

 

Limited relationships were introduced in Power BI with composited models in 2018. Even though they look like regular relationships, they hide some complexities.

 

You can still utilize the relationship by using specific DAX functions like USERELATIONSHIP to override the default active relationshp. This allows you to control which relationship to use in your calculations.


Best regards,
Johannes

View solution in original post

4 REPLIES 4
jolind1996
Resolver II
Resolver II

Hi,

 

I found this relating answer from 2021: Solved: What do broken relationship lines in datamodel mea... - Microsoft Fabric Community

 

In Power BI, a "weak" relationship, now referred to as a "limited" relationship, is a type of relationship where Power BI cannot guarantee the cardinality on the "one" side.

 

This situation can occur when the engine cannot ensure the unqueness of the constraint due to technical reasons, or because the developer defined it as such. A limited relationship is not used as a part of table expansion.

 

Limited relationships were introduced in Power BI with composited models in 2018. Even though they look like regular relationships, they hide some complexities.

 

You can still utilize the relationship by using specific DAX functions like USERELATIONSHIP to override the default active relationshp. This allows you to control which relationship to use in your calculations.


Best regards,
Johannes

Idrissshatila
Super User
Super User

Hello @AdeleSS ,

 

check this solution https://community.fabric.microsoft.com/t5/Desktop/What-do-broken-relationship-lines-in-datamodel-mea...

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




jolind1996
Resolver II
Resolver II

Hi, AdeleSS

 

The broken lines between the tables in your data model indicate inactive relationships. These relationships are not used in the current context but can be activated as needed. You can use the USERELATIONSHIP function in DAX to specify which relationship to use in a calculation, overriding the active relationship. Power BI allows one active relationship and multiple inactive relationships between two tables.

 

Best regards,

Johannes

Thank you for your pormpt reply.

 

But you can see in my picture, it's not dotted line but a solid line broken twice with parentheses. I haven't find this situation in training material.

 

And here is picture that shows the link is active now:

AdeleSS_0-1708587746728.png

 

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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors