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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
Rachana_21
Regular Visitor

How to create icicle charts(Rain drop charts) in power BI??

I dint get any custom charts where I can take date columns in both X and Y axis. So I have written R (used ggplot2 and lubridate libraries) codes to create that chart. But it's running in R studio and throwing error in power BI. 
I tried using python too, but that's throwing error in power BI.

If possible how can I create these Icicle charts in power Bi??

9673D33F-EEC7-41F7-8897-B891EE0BF081.jpeg

2 ACCEPTED SOLUTIONS

Hi there is a way to reverse the Y-Axis.

In the JSON section, under Y-Axis, change, "autorange" : "reversed", then ensure you hit save/load.

KerKol_0-1673957998681.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

Hi,

Thanks!! @KerKol , Its working now.

View solution in original post

4 REPLIES 4
Rachana_21
Regular Visitor

@KerKol Thanks!!

I tried plotly.js but there is no option to reverse y axis. If we take a look at that above chart, the data is flowing from top to bottom. In plotly.js by default it's taking y axis in descending order.

I will try this Deneb, hope that works. 

Hi there is a way to reverse the Y-Axis.

In the JSON section, under Y-Axis, change, "autorange" : "reversed", then ensure you hit save/load.

KerKol_0-1673957998681.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Hi,

Thanks!! @KerKol , Its working now.

KerKol
Power Participant
Power Participant

You can give Deneb a try (available in AppSource) Declarative Visualization in Power BI | Deneb (deneb-viz.github.io)

(Uses Vega and Vega-Lite -- no external packages required)

or Plotly.JS (Available in AppSource) Find the right app | Microsoft AppSource

(Uses Plotly.JS -- no external packages required)





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

Top Solution Authors