Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am trying to get a tachometer to display a percentage with the following ranges:
Start Value: -.05
End Value: .10
Range2 Start Value: 0
Range3 Start Value: .05
I get the following image, but the axis labels for my start, range3, and end are not showing up:
Does anyone know how to get the labels to show up?
Solved! Go to Solution.
hey @Anonymous ,
sadly it appears that this visual doesn't show non-whole labels for axis, as you can check on the open issue on github: https://github.com/ChamaraIC/Tachometer/issues/11
The source code is open, so you could try to solve this problem if you're interested.
Try to insert into End Value 1.1 or 1.01 or 1.x1.
hey @Anonymous ,
sadly it appears that this visual doesn't show non-whole labels for axis, as you can check on the open issue on github: https://github.com/ChamaraIC/Tachometer/issues/11
The source code is open, so you could try to solve this problem if you're interested.
Hi @Anonymous ,
Please turn on "Axis labels" under format pane.
Best regards,
Yuliana Gu