Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi Guys,
I'm sturggling a bit on a calculated column which gives me the datediff.
My Table has been set up like this:
What I want to achieve is the datediff on a CaseID between "vraagverheldering" and "Besluit".
But I just don't no how to do it because the information is in the same table but on different rows in my table.
Thanks in advance guys
Solved! Go to Solution.
You can try:
Datedif = Calculate(max([Date]),filter(table,table[Caseid] = earlier([Caseid]) && table[Action] <> earlier(table[action]))- [date]
I tried this in my power pivot, it still work bro.
Yeah is see,
the only problem is, my action column has 100 different notations, i only want the "verheldering" and "besluit"
you can use if function bro. Example:
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.