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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.