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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.