Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello Power BI Enthusiast,
I want to get how many days elapsed in the current month.
For example: Today is 8th November
So, Output should be 7.
Kindly help.
Regards,
AJP
Solved! Go to Solution.
@Anonymous , Try this DAX
Try:
Days elapsed current month =
DATEDIFF(EOMONTH(TODAY(), -1) +1, TODAY(), DAY)
Proud to be a Super User!
Paul on Linkedin.
@Anonymous Try this also,
@Anonymous Try this also,
Try:
Days elapsed current month =
DATEDIFF(EOMONTH(TODAY(), -1) +1, TODAY(), DAY)
Proud to be a Super User!
Paul on Linkedin.
@Anonymous , Try this DAX
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 46 | |
| 42 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 196 | |
| 126 | |
| 101 | |
| 67 | |
| 49 |