Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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 |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |