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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

Filter/DAX Help

Hello,

 

I have a DAX that calculates all the inventory by the end of the month, but the way the DAX is set up prevents me from using a slicer. So i changed the DAX below from ALL to AllSELECT so that I can use the slicer, but then prior month inventory dax no longer pull correctly (Prior Month inventory = Calculate (End of the month inventory], PreviousMonth(Date'Date)).

 

Is there a way I can fix my below DAX or edited the previousmonth DAX, so that I can use my slicer and both the DAX will pull correctly? Thank you!

 

End of the month Inventory =
Var thisdate =
MIN(Query1[DT_Rec_EndMonth])
return
CALCULATE(SUM(Query1[Value]),ALL(Query1),Query1[DT_Rec_EndMonth]<=thisdate,
OR(Query1[Frozen_EndMonth]>thisdate,ISBLANK(Query1[Frozen_EndMonth])))
 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Sorry I figured it out. I was being dumb. Thank you @lbendlin. Not sure how to delete this post though

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

you want to observe the slicer but only if it's the current month?  Please provide more details.

Anonymous
Not applicable

Sorry I figured it out. I was being dumb. Thank you @lbendlin. Not sure how to delete this post though

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.