Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Days Elapsed in Current Month

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

3 ACCEPTED SOLUTIONS
Tahreem24
Super User
Super User

@Anonymous , Try this DAX

Solution 1 = DATEDIFF(DATE(2022,11,1),TODAY(),DAY)
OR
Solution 2 = 
DATEDIFF(Table[DateColumn],TODAY(),DAY)
 
Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

View solution in original post

PaulDBrown
Community Champion
Community Champion

Try:

Days elapsed current month =
DATEDIFF(EOMONTH(TODAY(), -1) +1, TODAY(), DAY)

elapsed.jpg





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

Tahreem24
Super User
Super User

@Anonymous Try this also,

DateDiff = DATEDIFF(STARTOFMONTH('Table'[Date]),TODAY(),DAY)
 
Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

@Tahreem24 @PaulDBrown 
Thanks a lot for the solution.

Tahreem24
Super User
Super User

@Anonymous Try this also,

DateDiff = DATEDIFF(STARTOFMONTH('Table'[Date]),TODAY(),DAY)
 
Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
PaulDBrown
Community Champion
Community Champion

Try:

Days elapsed current month =
DATEDIFF(EOMONTH(TODAY(), -1) +1, TODAY(), DAY)

elapsed.jpg





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Tahreem24
Super User
Super User

@Anonymous , Try this DAX

Solution 1 = DATEDIFF(DATE(2022,11,1),TODAY(),DAY)
OR
Solution 2 = 
DATEDIFF(Table[DateColumn],TODAY(),DAY)
 
Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.