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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
venkatvkrp
New Member

To Find A reliving Date

Hello, 

i am having a dataset with one column as hire date  and other column as no of days worked.

By using these two i nee the last working day of the employee.

when i am using the below formula 

DATE('EMP'[HireDate].[Year],'EMP'[HireDate].[MonthNo],'EMP'[HireDate].[Day]+'EMP'[TenureDays]), Entire column is giving only one answer. 
venkatvkrp_0-1629086373516.png

 

 

1 ACCEPTED SOLUTION
PC2790
Community Champion
Community Champion

Hello @venkatvkrp ,

 

You can do it in Power Query by adding a custome column:

Add Column-->CustomColumn and use the Date.AddDays as shown below:

PC2790_0-1629090021633.png

 

View solution in original post

2 REPLIES 2
venkatvkrp
New Member

GOt it!, THank you verymuch for the reply

PC2790
Community Champion
Community Champion

Hello @venkatvkrp ,

 

You can do it in Power Query by adding a custome column:

Add Column-->CustomColumn and use the Date.AddDays as shown below:

PC2790_0-1629090021633.png

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors