Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Dear all,
I hope you are well.
I have three different tables:
- A calendar table;
- A visitors table with the logins, one row represents one login.
I calculate the Weekly Active Users (WAU). The formula I use requires me to compute it for each date, like that:
I would need to have the WAU as measure for the very last date of the period and not depending on/for each date, so, one datapoint for each month.
Here is the original formula:
Thank you in advance for your help! I appreciate it.
I am at your disposal should you have any questions.
A
Solved! Go to Solution.
@Anonymous , for that you need a measure like
MTD Sales = CALCULATE(lastnonblankvalues('Date'[Date],DISTINCTCOUNT('Visitors'[Visitor ID])) ,DATESMTD('Date'[Date]))
@Anonymous , for that you need a measure like
MTD Sales = CALCULATE(lastnonblankvalues('Date'[Date],DISTINCTCOUNT('Visitors'[Visitor ID])) ,DATESMTD('Date'[Date]))
I would need to keep the base formula the same as it is a metric.
I worked around it, it works! I did not know the function LASTNONBLANKVALUE.
Thank you amitchandak! You are an angel!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |