Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Aydeedglz
Helper V
Helper V

New Calculated Column with Date Calendar Power Query

Hi, I have my table with data and it contains month and year, and I hace created a calendar table with the date. The problem is that I am creating a new table with the reference of the first one, so I need a column with the exact date, how can I create a column with the exact date?

 

It needs to be in Power Query editor, because I am referencing the principal table (table 1)

 

Table 1

Aydeedglz_0-1670260723853.png

 

Table 2

Aydeedglz_1-1670260747368.png

 

Aydeedglz_0-1670261107362.png

 

 

 

2 REPLIES 2
Aydeedglz
Helper V
Helper V

This will only work if the rows are updated in order, right?

 

Is there a way to see the date a file was updated to SP?

v-zhangti
Community Support
Community Support

Hi, @Aydeedglz 

 

Use Split to separate this column from Year and Month.

vzhangti_0-1670294630521.png

After renaming the column, add the index column.

vzhangti_1-1670294714276.png

Column:

Date = DATEVALUE([Year]&"/"&[Month]&"/"&[Index])

vzhangti_2-1670294977949.png

Is this the result you expect?

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.