Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
79 | |
53 | |
39 | |
39 |
User | Count |
---|---|
104 | |
85 | |
47 | |
44 | |
43 |