Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi team,
I want to calculate the number of users that were active at date a and date b.
In this example the distinct number of users should be 2.
How can I calculate that with dax?
The following is my initial situation:
Date A -> 15.04.2020
UserId |
A |
B |
C |
Date B -> 08.04.2020
UserId |
Z |
A |
B |
V |
@power_roboter Can you provide a sample data set. Are you capturing dates in a different tables or the same table?
I have a column with UserIds (unique) that has a connection to a date table. So I can filter the userids for a specific day. Now I want to filter the userids for two days and calculate which users were active on both days.
Sample Table as image -> https://ibb.co/RvQRb0c
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |