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.
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
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
44 | |
41 | |
39 | |
36 |