Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
I'm working with a dataset that has interconnected nodes and I would like to use or created a visual to better present information. The idea is to show where components are being used along with related info either as node captions or tooltips. Potentially, the visual will have to look like joined star visuals. I found Force-Directed Graph visual, which might actually work with the exception that it doesn't offer tooltips or other means of displaying additional information.
For example, there's component A1 that's used to make components B1, B2 to make products C1, C2, C3 which end up being sold to customers as part of SO1, SO2, SO3, SO4 salese orders. This is a simplified explanation. Below is table sample
Transactions Table
TransId | ParentTransId | Item | Qty | Batch | Notes |
1001 | NULL | A1 | 50 | A0001 | initial transaction |
1002 | 1001 | B1 | 25 | B0001 | this transaction is tied to previous through ParentTransId-TransId |
1003 | 1002 | C1 | 25 | C0001 | this transaction is tied to previous through ParentTransId-TransId |
Thank you!
User | Count |
---|---|
3 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
4 | |
4 | |
3 | |
3 |