Forum Discussion
Is it possible to shift Sankey values to the left with padding?
- Anonymous4 years ago
Hi Anonymous ,
Please review the following links and check whether they are what you want.
Creating Custom Sankey Diagrams Using R
anyone successfully generate sankey chart with R plotly in powerBI desktop and powerBI service?
No, this is a HTML plot, that cannot work. You have to use pbiviz, see here.
i tried and it works with pbiviz. Sankey created by R plotly can be displayed in powerBI desktop and powerBI service
Best Regards
Hi, thanks for the reply. I know it is not an issue with Power Bi, I was just wondering if there was a work around to what I am trying to accomplish. This is mainly so I can ensure that all future data inputs will be placed in the right place for sure. Is there no way to add padding to a sankey visual?
As I said, this is the least of your problems. You will want to work on rebuilding your source data into a format that is compatible with Sankey's concept of Source and Target.
- Anonymous4 years agoNot applicable
The data right now currently displays the correct values, I am trying to have it shifted more for aesthetic reasons so it is easier for the user to see. For eample if I narrow down the graph to display something from level 1 it will show all flows related to that. Do you have any tips I can use to restructure the data so I can sort of force it to behave how I want it to?
- lbendlin4 years ago
Super User
Have at most ten sources and targets.
- Anonymous4 years agoNot applicable
I saw that this problem is possible in R, do you know how I would go about doing that? I saw that alluvial is a package that is allowed in Power Bi.