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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
rco123456
Microsoft Employee
Microsoft Employee

count the new users and one that count returen users

i'm trying to make a mesure that count the new users and one that count returen users

returen user is is a user that will appear in the records more then one time with a diffrent date

new will be a user with only one apprince in the records 

 

i try this:

ActiveUsers = CALCULATE(distinctcount(FactActivity[UserId]),filter(factactivity,count(date)>1))

example of the data:

dateuseridactivityid
1/6/2021111
1/6/2021122
1/6/2021255
2/6/2021166
2 REPLIES 2
rco123456
Microsoft Employee
Microsoft Employee

it's not working.

it's not take the date in the calculation/ return user will be one that appear in the recorded more then once at a different date

amitchandak
Super User
Super User

@rco123456 , Try measure

 

M1 = countrows(FactActivity)

return user = countx(filter(values(FactActivity[UserId]), [M1] >1), [M1])

new user = countx(filter(values(FactActivity[UserId]), [M1] =1), [M1])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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