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.
Hi
I'm looking for some help with the below data. I want to create a new reference column - which is taking the date in the 'due date' column in the attached
For example if the due date is 30/11/2015 = i want to create a new refrence column that takes the year '2015' mutiple that times 12 then add the month - in this example 11 = 24191.
Is this possible?
customer,docval,due-date
11926,648984,30/11/2015
11926,903787,30/11/2015
11926,976124,31/12/2015
11926,569599,31/12/2015
14340,829122,30/04/2015
14639,362986,30/04/2020
14639,374992,31/05/2020
14776,943918,30/05/2014
14776,718274,31/07/2014
14776,561896,31/10/2014
14776,458269,30/09/2015
Any suggestion or help would be greatly appreciated
Solved! Go to Solution.
hi @browna6
try to add a calculated column like:
Column = YEAR([due-date])*12+MONTH([due-date])
it worked like:
Perfect. Thank you
hi @browna6
try to add a calculated column like:
Column = YEAR([due-date])*12+MONTH([due-date])
it worked like:
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
8 | |
6 |