Forum Discussion
Date Tracking for multiple categories
Hello my fellow answer seekers. I am currently using this formula to track the last time a claim was filed:
Well, create a new data set for the example showed me what I was doing wrong. The page the measure is on involves 2 Data set tables where one showcases this year only while the other showcases this and last year. Since the Department filter was showing this year only, it was not populating or understanding that last year there was claims. Adjusting the slicer interactions and adding a this/last year slicer fixed the issue.
3 Replies
- CookistadorSuper User
Are you sure that you do not have another slicer somewhere?
I just made a quick testThis is the small table I created:
- Ashish_MathurSuper User
Hi,
Does this measure work
Claim = CALCULATE(MAX('Full_Data'[Date]),Full_Data[Expired] = "No")
If not, then share the download link of the PBI file. Show the problem and expected result very clearly.
- BAM87Frequent Visitor
Well, create a new data set for the example showed me what I was doing wrong. The page the measure is on involves 2 Data set tables where one showcases this year only while the other showcases this and last year. Since the Department filter was showing this year only, it was not populating or understanding that last year there was claims. Adjusting the slicer interactions and adding a this/last year slicer fixed the issue.