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.
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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
74 | |
62 | |
51 | |
47 |
User | Count |
---|---|
211 | |
83 | |
64 | |
60 | |
56 |