Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello!
I am trying to create a dynamic calendar table with a start date of 01/01/2017 and the end date always the end of the current year, but I just keep getting it wrong. The one I use now goes to today only and I cant seem to update it properly. Any help would be VERY appreciated!
THANK YOU!
Solved! Go to Solution.
Hi Eden,
Try this DAX , Create 'new table' under modeling
Calender = CALENDAR(
Date(2017,01,01),
Date(YEAR(today()),12,31)
)
You can additional columns by using ADDCOLUMN() function or just by adding new column (Right click--> New column) in the Calendar directly
Hope if would help
Thanks
Sukhi
Hi Eden,
Try this DAX , Create 'new table' under modeling
Calender = CALENDAR(
Date(2017,01,01),
Date(YEAR(today()),12,31)
)
You can additional columns by using ADDCOLUMN() function or just by adding new column (Right click--> New column) in the Calendar directly
Hope if would help
Thanks
Sukhi
Thank you thank you!!
User | Count |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |