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
Anonymous
Not applicable

Power BI zero values

Hello everyone, 

 

I am very new to Power BI and I am working on a rapport. I want to show prices but I do not want to include zero values. Anyone has any tips for this?

So as seen in the first column, I want a null value and not a $0 

 

Jishdk_0-1667307230764.png

 

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Anonymous , add +0 to your measure

 

sum(Table[Value]) +0

 

in case you want to replace the column value

Or in power query replace null with 0

 

Power Query Replace Value: https://youtu.be/hkZhZbR7Kmk

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

View solution in original post

dcrosseto
Resolver II
Resolver II

Hi @Anonymous , you can make the use of Filters side bar.

 

If you click on the table itself, you will be able to edit the filters on it, like below

 

1.png

 

With that open, you can filter the measures or dimensions the way you want just by expanding it, for example, let's assume we want to remove all the zeros from "Sum of Doorbelast HB"

 

2.png

 

Or you want to remove the blanks from "Sum of Tarief HB"

3.png

 

That's a way of doing it, quite simple and intuitive.

 

Hope it was helpful.

 

Regards,

Douglas.

 

 

 

 

 

 

View solution in original post

4 REPLIES 4
dcrosseto
Resolver II
Resolver II

Hi @Anonymous , you can make the use of Filters side bar.

 

If you click on the table itself, you will be able to edit the filters on it, like below

 

1.png

 

With that open, you can filter the measures or dimensions the way you want just by expanding it, for example, let's assume we want to remove all the zeros from "Sum of Doorbelast HB"

 

2.png

 

Or you want to remove the blanks from "Sum of Tarief HB"

3.png

 

That's a way of doing it, quite simple and intuitive.

 

Hope it was helpful.

 

Regards,

Douglas.

 

 

 

 

 

 

Anonymous
Not applicable

Thankyou! 

amitchandak
Super User
Super User

@Anonymous , add +0 to your measure

 

sum(Table[Value]) +0

 

in case you want to replace the column value

Or in power query replace null with 0

 

Power Query Replace Value: https://youtu.be/hkZhZbR7Kmk

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
Anonymous
Not applicable

Thankyou! 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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