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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Aydeedglz
Helper V
Helper V

Extract date from source

Hi I want to extract the date from the source document, I have already created a table calendar and it extracted the data from there, but I want a COLUMN not a TABLE

 

Here I have column for year and month that are inclouded in the report, but I also need the Date

 

TABLE 1

Aydeedglz_0-1670267984463.png

Aydeedglz_2-1670268113604.png

 

TABLE 2

My calendar table was able to extract it. FullDate is only a concatenated column from month and year from first table, so I want to have the same "Date" column in my table 1, WITH POWER QUERY

Aydeedglz_1-1670268089303.png

 

Thanks

 

 

1 ACCEPTED SOLUTION
v-jialluo-msft
Community Support
Community Support

Hi  @Aydeedglz ,

 

You can try to solve the question by adding a calculated column

DAY = 'CALENDAR'[Date].[Day]

 

Final output

vjialluomsft_0-1670312673349.png

 

 

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

View solution in original post

1 REPLY 1
v-jialluo-msft
Community Support
Community Support

Hi  @Aydeedglz ,

 

You can try to solve the question by adding a calculated column

DAY = 'CALENDAR'[Date].[Day]

 

Final output

vjialluomsft_0-1670312673349.png

 

 

Best Regards,
Gallen Luo
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.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.