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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello everybody and thanks in advance 🙂
I have table with 3 column:
visit_key - which is unique ID for unique visits
Process - where i see what happened, for e.i. Visit created, visit ended, Visit Transfered and so...
Time - In what time process happend
| visit_key | Process | Time |
| 1 | VISIT_CALL | 16:08:56 |
| 1 | VISIT_NEXT | 16:08:56 |
| 1 | VISIT_CREATE | 16:08:56 |
| 1 | VISIT_END | 16:09:20 |
| 2 | VISIT_CALL | 16:09:50 |
| 2 | VISIT_NEXT | 16:09:50 |
| 2 | VISIT_CREATE | 16:09:50 |
| 2 | VISIT_END_TRANSACTION | 16:09:52 |
| 2 | VISIT_TRANSFER_TO_USER_POOL | 16:09:52 |
I need to write dax formula, where I can see what time does it took from VISIT_CREATE to VISIT_END for every unique Visit key.
I hope I eplained well what I need with my trouble english 🙂
any suggestions?
Solved! Go to Solution.
For others:
https://community.powerbi.com/t5/Desktop/DATEDIFF-between-Rows-and-GROUP-BY/td-p/309994
I found solutions 🙂
I am glad that you found the solution . Please provide your method for the problem then consider Accept it as the solution to help the other members find it more quickly.
Best Regards
Community Support Team _ Ailsa Tao
For others:
https://community.powerbi.com/t5/Desktop/DATEDIFF-between-Rows-and-GROUP-BY/td-p/309994
I found solutions 🙂
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 102 | |
| 79 | |
| 57 | |
| 51 | |
| 46 |