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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.