March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I'm new to Power BI and are looking to create a report to track product engagement over time.
For that I would need to track active users per day, week & month and compare those with the previous period. I'm having issues creating a formula that can display the distinct count of users PER DAY from the 2 tables.
I'm tracking active users from 2 tables (Feature Click & Page View), 1 user can appear in both tables on the same day, in that case the specific user should only appear as 1 count.
I've tried using the formula below, but it doesn't seem to "reset" for each day and thereby doesn't allow comparisons to previous periods.
Solved! Go to Solution.
@Christoffer_B , Create a common Date and user tables and join both tables with these two tables.
Now create this measure and plot it with a common date column
measure = Countrows(Distinct(union(Distinct(Table1[User]), Distinct(Table2[User])) ) )
@Christoffer_B , Create a common Date and user tables and join both tables with these two tables.
Now create this measure and plot it with a common date column
measure = Countrows(Distinct(union(Distinct(Table1[User]), Distinct(Table2[User])) ) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |