Skip to content

jordipuig37/pbi-simple-dag

Repository files navigation

Simple DAG visual

This is a simplistic Power BI custom visual to display a single DAG.

image

Installation

To install this custom visual follow these steps:

  • Install pbiviz (follow instructions from tihs repo)
  • Clone this repository
  • Run pbiviz package
  • In Power BI, import a visual from a file. Choose the .pbiviz file generated at dist

Usage

To display a DAG the directed edges (src, tgt) need to be specified. Additionally a data field for nodes can be added.

Contributing

This is a personal project and its main goal is to learn how to develop Power BI custom visuals. Nevertheless contributions are welcome.

Next Steps

Here is a list of next steps that I have the intention to implement:

  • Edge data: add a variable that informs some data of the edges. It should be displayed in a box over the edges.
  • Improve performance and modularity of the code.

License

MIT

About

A simple Power BI visual to display DAG networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published