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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Pikachu-Power
Impactful Individual
Impactful Individual

Zebra BI Charts - Tooltip question

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 

1 ACCEPTED SOLUTION

Hi @Pikachu-Power 

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.

 

 

View solution in original post

7 REPLIES 7
v-priyankata
Community Support
Community Support

Hi @Pikachu-Power 

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.

Pikachu-Power
Impactful Individual
Impactful Individual

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 🙂 

Hi @Pikachu-Power 

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.

 

 

Hi @Pikachu-Power 

I hope the information provided was helpful. If you still have questions, please don't hesitate to reach out to the community.

 

Anonymous
Not applicable

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.

vcgaomsft_0-1741659146218.png

Find the unit display and set it this way.

vcgaomsft_2-1741659228978.png

Output:

vcgaomsft_3-1741659321008.png

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

Pikachu-Power
Impactful Individual
Impactful Individual

Hello @freginier 

 

ROUND or INT has no impact to the toolfit

 

freginier
Super User
Super User

Hey there!

 

You coukd try doing a custom DAX measure:

TooltipValue = ROUND([YourMeasure], 0)

Then, set this measure in the tooltip.

 

Hope this helps!

😁😁

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors