Forum Discussion
leekep88
4 years agoFrequent Visitor
Count based on a date in another table
I feel like this should be a simple equation, but I am new to Power BI and am still learning DAX. I have read other solutions on similar questions, but I can't get anything to work in my table. My 'R...
amitchandak
Super User
4 years agoleekep88 , Check if you are looking for active employee kind of measure
file are attached after signature
leekep88
4 years agoFrequent Visitor
I tried an iteration of it, but it returned blanks in all of the columns. I don't really understand the logic of it enough to translate it to my situation.
Back Log = CALCULATE(COUNTX(FILTER('Raw Data','Raw Data'[CREATEDATE]<=max('Pay Period'[Back Log Date])),'Raw Data'[PP CREATE]),CROSSFILTER('Raw Data'[CREATEDATE],'Pay Period'[Back Log Date],None))