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
setis
Post Partisan
Post Partisan

Decimal problem. Removing results >-0,1 and <0,1

I have a matrix with customers on rows and a measure that calculates my overdue amount. 

I was wondering why i was getting some rows with zero values. I expected to show only customers with values <>0. 

 

I created a measure for testing:

 

Measure 10 = IF([OverDue_ALL(Currency)] = 0 ; "Zero" ; "Not Zero")

 

Then I added 15 decimals and I could see the issue. 

2019-11-22 13_02_03-Window.png

 

I tried to apply a visual filter on the matrix but it didn't help:

2019-11-22 13_07_20-Window.png

 

what can I do to round the numbers to 2 decimals and show only <>0 values?

 

1 ACCEPTED SOLUTION

Hi @setis ,

 

You could check if data is 0 in the Data tab. You could refresh the data to show the correct value.

3-1.PNG

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

3 REPLIES 3

Hi,

 

Try the following measure. If it works, please mark it as the solution.

Measure 10 = ROUNDUP([OverDue_ALL(Currency)],2) AND IF([OverDue_ALL(Currency)] = 0 ; "Zero" ; "Not Zero")

Dear @VipulToshniwal , thanks for reaching out. 

 

The Measure 10 was done only for testing purposes. 

I am interesting in remove zero values and I suspect that there are showing up because there are values like 0,0000000000000001

 

I have tested: 

Overdue = ROUNDUP([OverDue_ALL(Currency)],2) 

but I'm still getting 0 values:

 

 2019-11-22 14_06_49-NavisionImport - Power BI Desktop.png

Hi @setis ,

 

You could check if data is 0 in the Data tab. You could refresh the data to show the correct value.

3-1.PNG

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

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