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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
BigKev
Helper III
Helper III

Showing 0% value in Tree map

Hi All,

 

I have encountered an issue where the Power BI Treemap does not show 0 value.

 

CategoryValue
A1.7%
B0.32%
C0 %

 

The treemap is showing category A & B and not C. I need category C to show in the treemaps, as I am using this treemap for the user to filter other measures.

 

Please help.

 

Cheers,

Kev

1 ACCEPTED SOLUTION
PhilipTreacy
Super User
Super User

Hi @BigKev 

The Treemap won't work that way.  As it displays parts compared to the whole, but 0 is 0, so you are looking to have 0 represented by some value in order to see it in the Treemap.

Maybe another visual is what you are after.

regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


View solution in original post

2 REPLIES 2
PhilipTreacy
Super User
Super User

Hi @BigKev 

The Treemap won't work that way.  As it displays parts compared to the whole, but 0 is 0, so you are looking to have 0 represented by some value in order to see it in the Treemap.

Maybe another visual is what you are after.

regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


amitchandak
Super User
Super User

@BigKev , Add +0 to you measure

 

or try like 

divide([measure1], [measure2],0)

 

or

divide([measure1], [measure2],0)+0

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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
Top Kudoed Authors