Forum Discussion
RT6
3 years agoFrequent Visitor
Power BI Deneb Edge Bundling Custom Visual
Hi all! I'm trying to re-create this visual in Power BI with Deneb, my input data is similar to the sample from https://vega.github.io/vega/examples/edge-bundling/ What should I update in the co...
avatorl
3 years agoImpactful Individual
Option 1) (certified Deneb from AppSource installed)
use data from your Power BI data model, you can't reference external data sources https://deneb-viz.github.io/dataset
Option 2) (Deneb standalone version installed)
a) use data from your Power BI data model, you can't reference external data sources (see option 1)
b) publish CSV or JSON file(s) online (for example using DropBox) and then reference it from Vega code. You can't use XLSX files. You can't reference a local file. Supported formats: https://vega.github.io/vega/docs/data/#format