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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.