Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register 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 !
User | Count |
---|---|
77 | |
70 | |
68 | |
53 | |
48 |
User | Count |
---|---|
45 | |
38 | |
35 | |
31 | |
28 |