Forum Discussion
Network Navigator Visual - Data Model Configured to Filter showing all connected items
- 5 years ago
Here is a sample implementation
Solved: Filtering most detailed level, but displaying valu... - Microsoft Power BI Community
Basically it is pointer gymnastics.
Here is a sample implementation
Solved: Filtering most detailed level, but displaying valu... - Microsoft Power BI Community
Basically it is pointer gymnastics.
MarkPHarris1 i am trying to implement solution for same scneario where i have edges of graph like below:
| source | Destination |
| A | B |
| B | C |
| C | D |
| D | E |
| E | F |
--> i am also trying to achieve solution for same problem that, at any time time if i select specific "source" node, i want to see all other edges from that node.
--> lets say in above example if i select "C", i want to see: C->D, D->E , E->F info.
MarkPHarris1 could you please share your solution on how did you achieve this. thanks in advance.