The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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
User | Count |
---|---|
25 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
27 | |
12 | |
12 | |
12 | |
6 |