March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Group,
I have a scenario to Analyse four columns and calculate date difference in Power BI as I explained below:
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
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]
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
15 | |
12 | |
9 | |
8 |
User | Count |
---|---|
41 | |
32 | |
29 | |
12 | |
12 |