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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Coryanthony
Helper III
Helper III

Filter on page/table measure

Hello,

Please help with a filter measure. If "Overclaimed $ " is $75-$250 within the last 3 months, then i want to see it. 

I only want to see the employees that "Overclaimed $ " is $75-$250 total for the last 3 months.

 

Any help is greatly appreciated. Thank you 

 

Coryanthony_0-1686603167468.png

 

 

 

1 REPLY 1
amitchandak
Super User
Super User

@Coryanthony, Create following measures, Assuming you are using date tbale 

 

Rolling 3= CALCULATE([Overwrite claim],DATESINPERIOD('Date'[Date],MAX('Date'[Date]),-3,MONTH)) 

 

Between Range = sumx(Values(Table[Employee]), if ([Rolling 3] >=75 && [Rolling 3]< 250, [Rolling 3] , blank() ))

 

Rolling Months Formula: https://youtu.be/GS5O4G81fww

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.