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
Good afternoon, everybody,
I'm trying to put the day number of the year on my calendar table, but I can't make it. My idea is to create a column that establishes that, for example, January 1st is December 1st or December 31st is 365/366.
Thank you and greetings!
Solved! Go to Solution.
@Alejandro-Glez
Add this as a new column in your calendar table, I guess you have a date field named [Date]
Days in the Year =
DATEDIFF( DATE(YEAR([Date]),1,1),[Date],DAY)+1
________________________
If my answer was helpful, consider Accepting it as the solution to help other members find it
Click the Thumbs-Up icon if you like this answer 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Alejandro-Glez
Add this as a new column in your calendar table, I guess you have a date field named [Date]
Days in the Year =
DATEDIFF( DATE(YEAR([Date]),1,1),[Date],DAY)+1
________________________
If my answer was helpful, consider Accepting it as the solution to help other members find it
Click the Thumbs-Up icon if you like this answer 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hey @Fowmy the above solution is great, but what if you wanted the day number to continue?
So it was 366 for not return back to 1 when the new year started?
I'd love a running total of my day numbers of the span,
Thanks for the help
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.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
80 | |
78 | |
44 | |
39 |
User | Count |
---|---|
150 | |
116 | |
68 | |
64 | |
57 |