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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Sunnyatwork
Frequent Visitor

Dial Gauge visualization with more than 3 ranges

Hello, I am looking for Dial Gauge or Tachometer kind of visualization for our needs. Something like below.

 

I have noticed multiple posts related to this requirement but none of them have mentioned solution.

 

Seems like we cannot accomplish this out of box, did anyone come across similar visualization in D3 to use in power BI. Any help is appreciated!

 

Gauge.png

1 ACCEPTED SOLUTION
Marcus76
Regular Visitor

Hello,

I quickly created this kind of visual, but without d3:

dialGauge.gif

You can download it from https://github.com/marepilc/DialGaugeVisual

Instead of d3 I used my own library: https://dvlib.org

If you are interested how to use dvlib with pbiviz you can chack this short movie:

https://www.youtube.com/watch?v=qWewBpVC7FI&t=300s

You can also check the course I recently created. (in this course I use d3):

https://www.udemy.com/course/power-bi-custom-visuals/?referralCode=35167F9431ED7FCAD728 

View solution in original post

2 REPLIES 2
Marcus76
Regular Visitor

Hello,

I quickly created this kind of visual, but without d3:

dialGauge.gif

You can download it from https://github.com/marepilc/DialGaugeVisual

Instead of d3 I used my own library: https://dvlib.org

If you are interested how to use dvlib with pbiviz you can chack this short movie:

https://www.youtube.com/watch?v=qWewBpVC7FI&t=300s

You can also check the course I recently created. (in this course I use d3):

https://www.udemy.com/course/power-bi-custom-visuals/?referralCode=35167F9431ED7FCAD728 

THANK YOU Marcus!

 

Even though this is not exactly what I need but still helps me to start where I need to Go.

 

Thank You for your inputs again. 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors