The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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!