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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
i have one question concerning Zebra BI Charts. Maybe someone can help. Via Datalabels i use Units = Auto with Decimal Places = 1. Otherwise it looks squashed.
But the End User wants to see the whole numbers (Units = None) at least in the Tooltip. But i dont see any setting options for this?
Any ideas?
Best regards
Solved! Go to Solution.
Thank you for reaching out to the Microsoft Fabric Forum Community.
It looks like you’re not using a custom tooltip page right now. Zebra BI by default uses its own built-in tooltip, unless you set up a report page as a custom tooltip. These built-in tooltips don’t let you control things like display units separately. That’s why whatever unit formatting you apply to the main chart also shows up in the tooltip — there's no separate setting.
But you can get around this by using a custom tooltip page. On that tooltip page, you can set the visual to show full numbers (units = None, decimal places = 0), while still keeping your main chart clean with auto units.
Please feel free to reach here, if you have any other issues, If this information is helpful, please “Accept as solution” to assist other community members in resolving similar issues more efficiently.
Thank you.
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Hi @Anonymous
in my case there is no tooltips on / off options. I use Zebra BI Charts Version 7.5.0.0.
Or what do you mean with "going to the page where the tooltips are located"? If they actually exist, they are well hidden 🙂
Thank you for reaching out to the Microsoft Fabric Forum Community.
It looks like you’re not using a custom tooltip page right now. Zebra BI by default uses its own built-in tooltip, unless you set up a report page as a custom tooltip. These built-in tooltips don’t let you control things like display units separately. That’s why whatever unit formatting you apply to the main chart also shows up in the tooltip — there's no separate setting.
But you can get around this by using a custom tooltip page. On that tooltip page, you can set the visual to show full numbers (units = None, decimal places = 0), while still keeping your main chart clean with auto units.
Please feel free to reach here, if you have any other issues, If this information is helpful, please “Accept as solution” to assist other community members in resolving similar issues more efficiently.
Thank you.
I hope the information provided was helpful. If you still have questions, please don't hesitate to reach out to the community.
Hi @Pikachu-Power ,
The display units property of tooltips needs to be set by going to the page where the tooltips are located.
Please find the page referenced by tooltips first.
Find the unit display and set it this way.
Output:
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hey there!
You coukd try doing a custom DAX measure:
TooltipValue = ROUND([YourMeasure], 0)
Then, set this measure in the tooltip.
Hope this helps!
😁😁