Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

A 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.

Reply
Anonymous
Not applicable

3d bar chart

Hello,
Is 3D bar chart available or any R script for that please share with me.
Thanks in Advance
Regards
pooja

7 REPLIES 7
v-yuta-msft
Community Support
Community Support

Hi Poojad1,

 

Click From Marketplace and Input "3D" then you can see the custom 3D chart which can be used in power bi.

2.PNG 

About plot 3D graph using R script, please refer to: https://cran.r-project.org/web/packages/plot3D/vignettes/plot3D.pdf

 

Regards,

Jimmy Tao

Anonymous
Not applicable

Untitled.png

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

Anonymous
Not 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

Hi Poojad1,

 

Could you please post your R script and your issue for further test?

 

Regards,

Jimmy Tao

Anonymous
Not 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")))

Untitled.png

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.

Anonymous
Not applicable

Can you explain with further detail how you obtained this graph?

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.