Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
When I use this measure:
Open MOCs =
VAR Currentdate = MAX(Dates[Date])
VAR ActiveMOCs =
CALCULATE(
DISTINCTCOUNT(data[MOC Number]),
ALL(Dates),
Dates[Date]<=Currentdate,
(ISBLANK(data[Close Date]) && ISBLANK(data[Cancelled Date]))
||data[Close Date]>=Currentdate
||data[Cancelled Date]>=Currentdate
)
Return
ActiveMOCs
I get the right result, but when I make a line graph (using the measure above and year/month) and filter to dates from the last year, then a get results that are much smaller than I expect.
Any idea what I am doing wrong?
@Anonymous , Please refer to my HR blog, This can help to find active between 2 dates
I am able to find the number active, the issue is when I want to graph it and only see the last year. Once I apply that filter it's applying it to all the dates and then my numbers are off.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 23 | |
| 18 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 44 | |
| 42 | |
| 37 | |
| 37 |