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
Anonymous
Not applicable

Need suggestions on Data Analysis

Hi Group,

 

I have a scenario to Analyse four columns and calculate date difference in Power BI as I explained below:

 

Capture.PNG

 

So, now I need to derive "Difference_of_A1","Difference_of_A2" and "Sum_of_A1_A2" in Power BI.

 

Need some suggestions on doing analysis of first 4 columns and deriving results on "Difference_of_A1","Difference_of_A2" and "Sum_of_A1_A2" in Power BI.

 

Thanks,

Gowthami

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous Please use DATEDIFF function to calculate the difference between two dates in terms of days, month, year

Difference_of_A1 = DATEDIFF('Table'[Enter_to_A_date(A1)],'Table'[Exit_from_A_date(A1)],DAY)

Difference_of_A2 = DATEDIFF('Table'[Re-Enter_to_A_date(A2)],'Table'[Re-Exit_from_A_date(A2)],DAY)

Sum_of_A1_A2 = 'Table'[Difference_of_A1]+'Table'[Difference_of_A2]

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.