Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Please help
I need to find difference of two dates in fact for multiple records and aggregate them together
ID Stage1 start end itrtn1
ID stage1 start end itrtn2
ID stage2 start end itrtn1
ID stage2 start end itrtn2
output = ID stage1 -- diff in days
ID stage2 diff in days
then it should be displayed as a matrix
Hi,
You could create the column in your table as below :
Appreciate your Kudos
Thanks for the reply. I cant create columns. This should be a measure.
@KV2022 So use any aggregate function like MIN or MAX.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.