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
TimmK
Helper IV
Helper IV

Gauge Configuration to Show Orders Delivered in Time as a Percentage

I would like to visualize how many orders have been delivered in time as a percentage, using a gauge. Yet, I struggle to figure out how to configure the gauge.

 

My aim is to show the orders delivered in time as a percentage of the total number of orders for a specific period of time (I use a slicer to filter the date, for example August, 2020). However, as you can see below only the total number of orders are displayed.

 

The second picture shows the underlying table. The attribute 'LF' is the order number, the attribute 'OTD (B)' shows if the order has been delivered in time. The value 'Pünktlich' means delivered in time, 'Verspätet' means delivered too late.

 

How can I configure the gauge so that it displays what I want? Is it necessary to transform my table?

 

Gauge.PNG

 

Gauge Table.PNG

  

3 REPLIES 3
amitchandak
Super User
Super User

@TimmK , You have to create a measure like

 

divide( calculate([Count K LF], filter(Table, Table[OTDB] ="OTD")),[Count K LF])

 

replace with actual ontime file

@amitchandak Thank you greatly for your helpful answer. I used measures and got the following result:

 

Gauge2.PNG

However, is it possible to make it look like the following one (which is from an Excel file), especially with regards to the red, yelllow and green areas? 

 

Gauge3.PNG

Hi @TimmK ,

Please check if the following custom visuals can achieve your requirement.

Tachometer Gauge

Power BI Custom Visuals - Dial Gauge

Advanced Gauge for Power BI

5 Advanced Gauge Customization for Power BI

Best Regards

Rena

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.