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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
sridevi
Helper I
Helper I

Need help to calculate measuring values without apply slicer filter value

Hi,

 

Is it possible to apply without filtering in my own formula measure column.

 

I am used below formula for my measure column hit rate.

 

Hit rate= No. of units of prod release / total no. of units

 

Here all above variables are my own measures values.  I dont want to apply slicer fiter value for total.no of units value while I am selecting product release value filter slicer. How can I restrict my filter in total no.of units measurement.

 

Example: No. of units of prod release value should be calcuated based on my slicer selection value and total no. of units value calculated count all the units from table without applying slicer selection.

 

Could you please help me to resolve this issue if anyone knows?

 

Thanks in advance.

 

Regards

Sridevi

1 ACCEPTED SOLUTION
ankitpatira
Community Champion
Community Champion

@sridevi ALL() function within DAX is your help then. Here's the article on it. Basically it lets you ignore any filter applied. So you can say

 

Hit rate= No. of units of prod release / ALL(tableName[total no. of units ColumnName])

View solution in original post

2 REPLIES 2
ankitpatira
Community Champion
Community Champion

@sridevi ALL() function within DAX is your help then. Here's the article on it. Basically it lets you ignore any filter applied. So you can say

 

Hit rate= No. of units of prod release / ALL(tableName[total no. of units ColumnName])

@ankitpatira Thanks a lot. Its working fine for me.

 

 

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.