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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
PeterRodet
New Member

Using Allexcept with filters

Hi, 

I am not an experienced DAX-user and I have a quite basic question which should not be to difficult for the experts here 🙂

 

I use powerpivot for this exercice. I have a list with all sales data, including "sales invoice nr", "invoice date", "article number", "sales amount" and "margin" for each article. I have a related Date Table too to report on year, week, etc....

 

I want to have a basic pivot table with the total sales margin for each invoice number (disregarding the number of articles on each sales invoice). I used this function: 

 

mTotalSalesMargin:=CALCULATE(SUM(SalesData[Margin]);ALLEXCEPT(SalesData; SalesData[Nr doc.]))

 

But when I create a pivot table and set a filter on the year (based on the invoice date but coming from the Date Table), it does not filter the year. I tried to change my formula and add the "invoice date" to the ALLEXCEPT-function, but it does not change anything. 

 

Someone has any idea??

Thanks a lot.Knipsel.PNG

 

 

3 REPLIES 3
PeterRodet
New Member

Thanks. But for some strange reason, the "removefilters"-function is not available in excel powerpivot?

REMOVEFILTERS is a newer function not yet available in Excel but you should be able to use ALL instead as they act the same inside of a CALCULATE.

ValtteriN
Super User
Super User

Hi,

ALLEXCEPT removes all filters except the ones you specify. This is why your year filter doesn't work. If you want to remove certain filters you might want to use e.g. REMOVEFILTERS.





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

Proud to be a Super User!




Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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