Forum Discussion
3d bar chart
Hello ,
I want visual like this in power bi is it possible??
and how??
Hi Poojad1,
I would recommend you to create a 3D bar chart like your requirement using power pivot in excel or you may consider to use R script to create a 3D chart.
Regards,
Jimmy Tao
- Anonymous8 years agoNot applicable
hello ,
Its my initial stage for R, I have lot of issues in that any script is availble in power bi, I cant try in Excel becouse data is live.
Regard ,
pooja- v-yuta-msft8 years agoCommunity Support
- Anonymous8 years agoNot applicable
library(lattice)
library(RColorBrewer)
library(latticeExtra)
cloud(Enrolled~Type+AgeGroup, dataset, panel.3d.cloud=panel.3dbars, col.facet='chocolate3', xbase=0.30, ybase=0.30, scales=list(arrows=FALSE, col=4), par.settings = list(axis.line = list(col = "transparent")))Hello ,
Finally used above code for 3d bar chart its works smoothly , I want some additional in that ,
1)Different color to bars by types.
2)I want tool tips when go on bar.