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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.