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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply

DAX - SKIPPING A FILTER

Chema_Ortega_Ga_0-1718006210790.png

Hello everybody,

 

I hope you are very well. 

 

Is there any way to make  that total in "WDT y MPH" (2.263) appear in each row where it now appears with different numbers? That would mean it should skip the filter in the table "LATE DELIVERY REASON" (in this case is "blank"). What I want is to divide each "WDT y MPH" occurrence by its total, to have the %.

 

Thanks a lot. Best regards,

 

Chema Ortega

1 ACCEPTED SOLUTION
ValtteriN
Super User
Super User

Hi,

You can use ALL or REMOVEFILTERS in your calculate e.g. REMOVEFILTERS('YourTableName'[LATE DELIVERY REASON]) or ALL('YourTableName'[LATE DELIVERY REASON])


I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
ValtteriN
Super User
Super User

Hi,

You can use ALL or REMOVEFILTERS in your calculate e.g. REMOVEFILTERS('YourTableName'[LATE DELIVERY REASON]) or ALL('YourTableName'[LATE DELIVERY REASON])


I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Thanks sooo much, @ValtteriN! You solved the issue! I used 

# total sin late = CALCULATE([# Rows],ALL('QUERY SQL ROCHA DESDE 2020'[LATE_DELIVERY_REASON])), and it worked as I wanted... Thanks a lot!
 
Chema Ortega

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.