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! It's time to submit your entry. Live now!
Hello everybody,
I don't understand why it doesn't work.
I used the function END OF THE MONTH, but it tell me the START OF THE MONTH as you can see.
I am in a format where I have : dd/mm/yyyy.
I don't understand. The column "début mois" has got no formula.
If somebody can help me, it could be nice.
Sincerly,
Solved! Go to Solution.
@Anonymous , Assumed your system understand dd/mm/yyyy , if not refer: https://community.powerbi.com/t5/Desktop/How-to-apply-UK-date-format-dd-mm-yyyy-in-Date-slicer/td-p/599712
Startofmonth and endofmonth need continuous date try to use eomonth
Start of month = eomonth([date],-1)+1
end of month = eomonth([date],0)
@Anonymous , Assumed your system understand dd/mm/yyyy , if not refer: https://community.powerbi.com/t5/Desktop/How-to-apply-UK-date-format-dd-mm-yyyy-in-Date-slicer/td-p/599712
Startofmonth and endofmonth need continuous date try to use eomonth
Start of month = eomonth([date],-1)+1
end of month = eomonth([date],0)
I have used your formula for the end of the month : end of month = eomonth([date],0)
And it works !
Thanks !
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 41 | |
| 39 | |
| 22 | |
| 21 |
| User | Count |
|---|---|
| 144 | |
| 106 | |
| 64 | |
| 38 | |
| 31 |