This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello,
Is 3D bar chart available or any R script for that please share with me.
Thanks in Advance
Regards
pooja
Hi Poojad1,
Click From Marketplace and Input "3D" then you can see the custom 3D chart which can be used in power bi.
About plot 3D graph using R script, please refer to: https://cran.r-project.org/web/packages/plot3D/vignettes/plot3D.pdf
Regards,
Jimmy Tao
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
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
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.
Can you explain with further detail how you obtained this graph?
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 25 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 22 | |
| 19 | |
| 18 |