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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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