Forum Discussion
Andie_H
2 years agoRegular Visitor
Apps - Sankey Chart not importing
The Sankey Chart visual by Microsoft Corporation is not importing into Power BI desktop. It worked last week, but today I keep getting errors that it cannot import. Might the site that this visual ...
- 2 years ago
I was able to get this compiled from GIT.
Install Node
Download the Project
npm install -g powerbi-visuals-tools
Update pbiviz.json to have a 4 digit version
pbiviz package
Grab from the dist directory
Hope that helps!
katwood
2 years agoNew Member
I was able to get this compiled from GIT.
Install Node
Download the Project
npm install -g powerbi-visuals-tools
Update pbiviz.json to have a 4 digit version
pbiviz package
Grab from the dist directory
Hope that helps!
Andie_H
2 years agoRegular Visitor
Thank you for your help! I installed node and didn't get to the other steps... but the next day the Sankey Chart imported just fine. So either the solution was installing node and/or whatever the issue was got fixed on the other end. All set!