I'm setting up a visualization of one data set. The visualization should be a 3D-Bubble-Chart, So that every data entry should be represented by one bubble.
I want the 3 axis and size of one bubble to represent 4 different quantitative valuation measures.
x-axis: VM1, data range 0-10;
y-axis: VM2, data range 0-20;
z-axis: VM3, data range 0-10;
bubble size: VM4, data range 20.000 - 2.000.000;
The bubble color should impose the belonging of the data entry to one of five categories.
bubble color: Category, number of categories: 1-5
I have already found that the plotly package provides a 3D Bubble Chart, but I have struggled to "recode" it, so my application works.
Can somebody support me and show how I can optimaly set up the code using the plotly 3D-bubble chart package?
The goal is to implement the plotly visualisation in PowerBI.