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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Norbertus123
Frequent Visitor

object with multiple relations to other objects

Hi,

 

i have a table "Object"with unique ID. They have a relation to other object with is defined in a seperate table "Relations"

now i want to make insigts how the object are related to each other

Example => 

Object table:

ID ObjectTitle
AAA
BBB
CCC
DDD
EEE
FFF
GGG
HHH


Relation table: 

ID RelationFrom ID ObjectTo ID Object
1AB
2AG
3BC
4GC
5CH

 

For example i want to show that Object A

* is connected to object A => B => C => H

* is connected to object A => G => C => H

Norbertus123_0-1703255919342.png


Can someone help to solve this question?

Thanks a lot, Norbertus

6 REPLIES 6
Norbertus123
Frequent Visitor

Hi,

i don't have the solution yet, 
first part of this article helps a lot GRAPH THEORY IN POWER BI | Blog | FreshBI
So i have the indirect relationships on my path as well


Perhaps i can describe my question in another way:

 

I have a table with employees and managers. This structure have several hierarchical levels.
Now i want to know when I select a manager, how many employees have birthdays today in the entire child parent hierarchy?

 

Is your data representing a true hierarchical tree graph or a direct acyclical graph ? Can an employee have more than one manager?

Hi @lbendlin 
In practice, it will come down to me that it is an acyclical model. 

Don't have a solution but here is an article that may interest you.

https://www.sqlservercentral.com/articles/dijkstras-algorithm

 

Norbertus123
Frequent Visitor

Hi, i don't think think a custom visual is the only solution.

An Object have for example a status ( Green, Red). 
Now i want to make visable the status of an object with
- Direct Relation ( A to B)

- Indirect Relation ( A to C)

 

When I select object A then i want to know is there a related object with the status "Red" (Direct and Indirect)

lbendlin
Super User
Super User

There are a couple of custom Network Graph visuals available. Pick one you like.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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
Top Kudoed Authors