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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
a_chhibber
Frequent Visitor

tachometer - Removing Infinity

Hi,

 

The data going to my tachometer is a division of two columns, and some of the values in the denominatior column are zero - which brings the start value of tachometer to infinity.

 

I do not want to change the data to a measure using IF or DIVIDE and place  0 or 1 as start value. So without doing any change in the data, can I change the widget to remove this infinity in start value?

 

TIA

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi a_chhibber,

 

From your description, it seems you don't want to replace infinity with 0 (or 1), and modify the underlying data model, right?

 

When you do divide aggregation, you can replace 0 with other value which you want, eg 1:

 

Measure = Max([Column1])/IF(Max([Column1])=0,1,Max([Column1]))

 

Regards,

Jimmy Tao

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

Hi a_chhibber,

 

From your description, it seems you don't want to replace infinity with 0 (or 1), and modify the underlying data model, right?

 

When you do divide aggregation, you can replace 0 with other value which you want, eg 1:

 

Measure = Max([Column1])/IF(Max([Column1])=0,1,Max([Column1]))

 

Regards,

Jimmy Tao

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.