Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
odzelashvili1
Helper I
Helper I

Time difference measure by one column

Hello PBI community 🙂

 

My table has this view:

odzelashvili1_0-1629377204026.png

 

I want to see what is difference between VISIT_CREATE and VISIT_END.

 

For this task, I'm using DATEDIFF function, which really works:

odzelashvili1_1-1629377411841.png

 

Now, I want to see total average time difference for all visits in one visual, but, when I put my measure into card, PBI gives me wrong result.

 

In my table screen, visit_key 1 time difference is 24s, for 2 - 2,126s and average must be 1,075s, but my measure says it is 2,126s 😞 

 

 

Have any idea how to solve this task?

 

 

 

Thanks in advance!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@odzelashvili1 , Try a measure like

 

AverageX(Values(MainTable[Visit ID]), [WD_create_to_end])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@odzelashvili1 , Try a measure like

 

AverageX(Values(MainTable[Visit ID]), [WD_create_to_end])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

I have one very stupid question, 

 

when I'm using code like this:

odzelashvili1_0-1629884480117.png

and then this:

odzelashvili1_1-1629884507461.png

it works, but it does not work when I'm using this code:

odzelashvili1_2-1629884575856.png

Can anyone tell me, what's wrong with second code?

 

 

thanks 🙂

I understand reason 🙂

 

odzelashvili1_0-1629889116227.png

 

 

thanks anyway

Thank you very much 🙂 it works!

 

Can you explane what really does this measure? I dont want to copy+paste, I want to understand how it works 🙂 Thanks again

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors