Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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 |
---|---|
85 | |
80 | |
77 | |
49 | |
41 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |