Skip to main content
Announcements
The way to achieve your own success is the willingness to help somebody else. Go for it!
cancel
Showing results for 
Search instead for 
Did you mean: 
Aryasmank
Contributor III
Contributor III

How to show value with comparatively large difference in bar chart.

Hi all,

I have data having a large difference between the two values. 

Measure used:   Dual(replace(replace(replace(INTERVAL(max(End_Date)-Created, 'D@ hh# mm&'), '@', ' Days '), '#', ' Hours '), '&' ,' Minutes '), INTERVAL(max(End_Date)-Created, 'D@ hh# mm&'))

 

basically I'm taking the time difference between two timestamps and as per requirement, I'm converting them to  ##Days ## Hours  ##Minutes format.

In this case, there is a large difference between Process 7 and the other Processes.

Aryasmank_0-1672845235004.png

Please suggest a solution to this.

Thanks,

Mayank

 

Labels (2)
1 Reply
Or
MVP
MVP

Set a maximum (static or using a formula) rather than using the automatic range. In the below, C is 100,000:

Or_0-1672845570356.png