The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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 !
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
122 | |
87 | |
75 | |
55 | |
45 |
User | Count |
---|---|
135 | |
121 | |
77 | |
65 | |
64 |