All Projects → microsoft → PowerBI-visuals-ForceGraph

microsoft / PowerBI-visuals-ForceGraph

Licence: other
Repo for Power BI Force Graph custom visual

Programming Languages

typescript
32286 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to PowerBI-visuals-ForceGraph

Power-BI-Automation
Automate tasks in Power BI based on the Power BI Powershell cmdlets and the Power BI REST API
Stars: ✭ 44 (-4.35%)
Mutual labels:  powerbi
MiniModelBuilder
A tool for customizing and dynamically generating a tabular model from an existing tabular model.
Stars: ✭ 14 (-69.57%)
Mutual labels:  powerbi
Federal-Business-Applications
US Government Business Applications Demo Repository
Stars: ✭ 103 (+123.91%)
Mutual labels:  powerbi
powerbi-visuals-html-content
Visualise column or measure values as HTML in your Power BI reports. Intended as a spiritual successor to the OG HTML Viewer custom visual, with some extra stuff thrown in.
Stars: ✭ 53 (+15.22%)
Mutual labels:  powerbi
PowerPlatformAF
Power Platform Adoption Framework
Stars: ✭ 97 (+110.87%)
Mutual labels:  powerbi
LibPQ
Detach your M code from workbooks to reuse it! Import modules from local or web storage (unlimited number of sources)
Stars: ✭ 55 (+19.57%)
Mutual labels:  powerbi
Tabular
Useful code for tabular modeling and automation.
Stars: ✭ 73 (+58.7%)
Mutual labels:  powerbi
pbiworkshops
Training workshops for Power BI.
Stars: ✭ 238 (+417.39%)
Mutual labels:  powerbi
awesome-power-platform
A collection of awesome things regarding the Power Platform ecosystem.
Stars: ✭ 36 (-21.74%)
Mutual labels:  powerbi
awesome-power-bi
⭐️⭐️⭐️ Awesome Power BI dashboards, visuals, development resources, learning materials and more 🔥🔥🔥
Stars: ✭ 61 (+32.61%)
Mutual labels:  powerbi
crm-powerbi-viewer
Embed tiles and reports from Power BI into Dynamics CRM Forms and Dashboards.
Stars: ✭ 24 (-47.83%)
Mutual labels:  powerbi
TabularEditor
This is the code repository and issue tracker for Tabular Editor 2.X (free, open-source version).
Stars: ✭ 632 (+1273.91%)
Mutual labels:  powerbi
Sanddance
Visually explore, understand, and present your data.
Stars: ✭ 5,579 (+12028.26%)
Mutual labels:  powerbi
m-custom-functions
This library contains created mostly pure M-functions without any other languages.
Stars: ✭ 24 (-47.83%)
Mutual labels:  powerbi
FlowViz
A Power BI template that provides easy to understand, actionable flow metrics and predictive analytics for your agile teams using Azure DevOps, Azure DevOps Server and/or TFS.
Stars: ✭ 150 (+226.09%)
Mutual labels:  powerbi
PowerBI-visuals-AttributeSlicer
Attribute Slicer custom visual for PowerBI
Stars: ✭ 24 (-47.83%)
Mutual labels:  powerbi
ITF Power BI
Contains functions for pulling publicly-available global COVID-19 case and testing data for analysis and populating a Power BI dashboard.
Stars: ✭ 15 (-67.39%)
Mutual labels:  powerbi
ModelAutoBuild
A framework for dynamically creating a tabular model based on an Excel template.
Stars: ✭ 43 (-6.52%)
Mutual labels:  powerbi
datapackage-m
Power Query M functions for working with Tabular Data Packages (Frictionless Data) in Power BI and Excel
Stars: ✭ 26 (-43.48%)
Mutual labels:  powerbi
Data-Science
Using Kaggle Data and Real World Data for Data Science and prediction in Python, R, Excel, Power BI, and Tableau.
Stars: ✭ 15 (-67.39%)
Mutual labels:  powerbi

PowerBI-visuals-ForceGraph

Build Status Coverage Status Build Status

The new version of Force Graph based on the new DevTools/API

ForceGraph chart screenshot

Overview

The ability to visualize the relationship between items, the weightage of the relationship and the flow often brings out the untold insights into limelight, which are otherwise not very evident. Simple numbers and basic charts won’t be enough to discover and tell such data stories. We need new visualization techniques for the complex world of relationship and Force-Directed Graph thrives to the forefront for such scenarios.

This custom visual implements a D3 force layout diagram with curved paths. The thickness of the path represents the weight of the relationship between the nodes.

Since the relationship and interconnection between large set of entities could be very complex, the visual positions the nodes in such a way that there are few crossings as possible, making the exploration experience easy, fun. The visual also produces the layout which is overall pleasing to the eyes for large data sets. Users can also adjust the layout manually by simply dragging the nodes around.

Ideally you would need two dimensions and one measure (for the weightage) to use with this visual. But this also works just with a single column.

See also Force-Directed Graph at Microsoft Office store

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].