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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
Anonymous
Not applicable

Decimal filters.

Hi, 

I need to show only the 0.1 >= values, I need to exclude my 0.0 values. 

My current visual filter(Image below) is not accepting decimal 0.1 "greater than or equal to".

 

MuraliPrasathS_0-1616498228899.png

 

1 ACCEPTED SOLUTION
v-yiruan-msft
Community Support
Community Support

Hi @Anonymous ,

According to your screenshot, the data (=0.0) you highlighted in yellow is not from [Total of MNCs/Auditor Days] with orange data block but from [Total of NCs/Auditor Days] with blue data block, but you set the condition (value>=0.1) for measure  [Total of MNCs/Auditor Days]  in Filters panel... So if you check the data with orange data block, you will find that the data be filtered correctly.

yingyinr_1-1616664119492.png

Best Regards

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

View solution in original post

6 REPLIES 6
v-yiruan-msft
Community Support
Community Support

Hi @Anonymous ,

According to your screenshot, the data (=0.0) you highlighted in yellow is not from [Total of MNCs/Auditor Days] with orange data block but from [Total of NCs/Auditor Days] with blue data block, but you set the condition (value>=0.1) for measure  [Total of MNCs/Auditor Days]  in Filters panel... So if you check the data with orange data block, you will find that the data be filtered correctly.

yingyinr_1-1616664119492.png

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

It's hard to say without looking at the PBIX. Hitting apply should work in theory however if you're still having issues, I would create a calculated column (see below) and use that to filter your visual 

 

Check = 

VAR _MNCs/AuditorDays = CALCULATE(sum('Audit Performance EXT'[mNC])/sum('Audit Performance EXT'[Auditor days]))

Return 

IF(_MNCs/AuditorDays>=0.1,"keep","remove")

 

amitchandak
Super User
Super User

@Anonymous , Have a click on the apply filter, and still, it does not work.

Can you share the measure formula used?

 

Can you share a sample pbix after removing sensitive data.

 

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi Amit,

Here is my formala used, Sorry! I can't send the .pbix file due to security issues.

Total of MNCs/Auditor Days. = CALCULATE(sum('Audit Performance EXT'[mNC])/sum('Audit Performance EXT'[Auditor days]))

@Anonymous , try a measure like this, make sure it decimal number with 2 decimal place

Total of MNCs/Auditor Days. = CALCULATE(divide(sum('Audit Performance EXT'[mNC])*1.0,sum('Audit Performance EXT'[Auditor days])))

 

If you mark a column as % it means .01 is 1

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi Amit,

We have Type has Decimal.

I did the same as you mentioned but still no luck. Is there any other method to achieve this? Thanks for the quick reply. 

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors
Top Kudoed Authors