PowerBI-visuals-NetworkNavigator

Network Navigator custom visual for PowerBI

MIT License

Downloads
6
Stars
59
Committers
10

NetworkNavigator

Network Navigator lets you explore node-link data by panning over and zooming into a force-directed node layout (which can be precomputed or animated live). From an initial overview of all nodes, you can use simple text search to enlarge matching nodes in ways that guide subsequent navigation. Network nodes can also be color-coded based on additional attributes of the dataset and filtered by linked visuals.

This visual is experimental and not actively being developed, only major issues will be addressed.

Usage

  • Fork this repo
  • Install node.js 16+
  • Install yarn
  • Run yarn on the project directory, which will install all the dependencies
  • Run yarn package which compile the network-navigator, and network-navigator-powerbi packages.
    • Compiling network-navigator-powerbi will also create a .pbiviz file in the packages/network-navigator/powerbi/dist directory, which can be imported directly in Power BI

Test

  • Run yarn test

Lint

  • Run yarn lint