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
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Kudoed Authors