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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
ryan_mayu
Super User
Super User

Does anyone has the chart pbiviz file?

Hi all,

 

Now we have three measures which are Sales in,Sales Out and inventory. The current chart in powerbi can only put three measure at the same side. Does anyone has the chart template which is similar to below picture?(either horizontal or vertical). Then we only have positive values in the chart.

 

Thanks in advance.

 

 

Capture.JPG





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

Proud to be a Super User!




2 REPLIES 2
MawashiKid
Resolver II
Resolver II

Hi,

I agree that this looks pretty much like a Tornado Chart,

 

An all wrapped pbiviz package is available online from Appsource.Microsoft.com:

https://appsource.microsoft.com/en-us/product/office/WA104380768?src=office&corrid=1b5c4c60-237c-485...

-------

 

In case you wanted to add other personal modifications or custom features, you can check how the visualization is built under the hood on Github:

 

Power BI Visual Code available on Github

 

https://github.com/Microsoft/PowerBI-visuals-Tornado

After downloading the code:
1- run > npm install
2- run >pbiviz package


last action should generate a pbiviz under dist folder.

-----

 

Finally. an original d3.js sample of Tornado Chart [from which demo was inspired...]:


https://bl.ocks.org/lmatteis/d0f7533895da2e59cd6f62f3589fd8eb

 

Hope this helps 😉

v-viig
Community Champion
Community Champion

Does Tornado Chart meet your requirements?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors