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
You dont need weekcolumn in specific as this information is picked up based on the WEEKNUM DAX function. Just the date column is required.
the error is
Try this DistinctCount_ThisWeek =
CALCULATE(
DISTINCTCOUNT('Append-QMR'[TOUR_REQUEST_NO]),WEEKNUM('Append-QMR'[INQUIRY_DATE_KEY].[Date])=WEEKNUM(NOW())
)
If it still doesn't work share a sample PBIX file.
This is my model
Try this DistinctCount_ThisWeek =
CALCULATE(
DISTINCTCOUNT('Append-QMR'[TOUR_REQUEST_NO]),
FILTER(
WEEKNUM(M_INQ_DATE_D[FULL_DATE].[Date])=WEEKNUM(NOW())
)
)
I tried this..one but in Date Table ..We do not have week column right?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |