cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

dax measure to calculate number of users with NO activity in last N dates

Hi,

I have a requirement where i need to calculate the number of users who did not use a system for the last 7 days.

I tried the below and gave me correct number but the table visual displaying columns Subsystem,Last_used,username is not filtering based on the measure and subsystem slicer

CALCULATE(counta(Users[username]),Date[FullDate]<TODAY()-7)
Users Fact: username ,last_used columns,system
Date Dim: FullDate,Year,Month columns
FullDate is related to last_used columnPBI_model.png

 

How do i achieve this as measure.
Aso,if someone can suggest how to pass the relative slicer value to the measure that counts number of users NOT using system in last N days,it will be great.
0 REPLIES 0

Helpful resources

Announcements
May 2023 update

Power BI May 2023 Update

Find out more about the May 2023 update.

Submit your Data Story

Data Stories Gallery

Share your Data Story with the Community in the Data Stories Gallery.