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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
nafpic
New Member

Using Force-Directed Graph only showing 2 parameters

I'm new to Power BI and using Force-Directed Graph to visualize SQL graph tables.  However, it only shows the first 2 elements of the table.  For example, I can display the application name and server name or the application name and database name but not application, server and database names at on time

2 REPLIES 2
nafpic
New Member

You can create a view or select multiple edge tables. For example, 

select n1.[col1], n2.[col2], n3.[col3]

from [node].[node1] n1, [edge].[edge1] e1, [node].[node2] n2 , [edge].[edge2] e2, [node].[node3] n3

where MATCH (n1-(e1)->n2-(e2)->n3)

lbendlin
Super User
Super User

Like a Sankey, a Force-Directed Graph has a "From" and a "To" value.  That's it.  How would you envision adding a third dimension column to that?

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.