This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I need to add counts to my target nodes, but cannot figure out how. Love the line weights...but need target counts too.
Solved! Go to Solution.
Hi @Anonymous ,
According to your description, do you want to add the corresponding number of statistics in each node. But after my tests, it seems that for the Force-Directed Graph visual object there is no support for adding the created measure formula (number of statistical nodes).
just like:
M =
CALCULATE (
COUNTROWS ( 'Company communications' ),
FILTER (
ALL ( 'Company communications' ),
MAX ( 'Company communications'[Source] ) = 'Company communications'[Source]
)
)
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to your description, do you want to add the corresponding number of statistics in each node. But after my tests, it seems that for the Force-Directed Graph visual object there is no support for adding the created measure formula (number of statistical nodes).
just like:
M =
CALCULATE (
COUNTROWS ( 'Company communications' ),
FILTER (
ALL ( 'Company communications' ),
MAX ( 'Company communications'[Source] ) = 'Company communications'[Source]
)
)
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 25 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 56 | |
| 48 | |
| 37 | |
| 21 | |
| 20 |