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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
dla005
Helper I
Helper I

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

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.

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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