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

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

Reply
Anonymous
Not applicable

How to get Turn-Around-Time (TAT) in dealing with "Blanks"

Hi Kind People,

 

I hope you can help me with these. I'm trying to get the TAT of my data.

1. if Date and Time Accomplished is 'Blank', don't get or include the TAT for this

here's the sample data below,

Date and Time ReceivedDate and Time AccomplishedTAT
Mon 1/23/2023 9:16 PM1/23/2023 21:41 
1/23/2023 1:58am  
1/23/2023 16:231/23/2023 16:25 
1/23/2023 8:491/23/2023 9:06 
1/23/2023 8:021/23/2023 9:03 
1/23/2023 7:531/23/2023 8:04 

 

1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

hi @Anonymous 

are you expecting something like this:

FreemanZ_0-1675347314928.png

TAT = 
VAR _tat =FORMAT(    [Date and Time Accomplished] - [Date and Time Received], "h:m:s")
RETURN
IF(
    [Date and Time Accomplished]<>BLANK(),
    _tat
)

View solution in original post

2 REPLIES 2
FreemanZ
Super User
Super User

hi @Anonymous 

are you expecting something like this:

FreemanZ_0-1675347314928.png

TAT = 
VAR _tat =FORMAT(    [Date and Time Accomplished] - [Date and Time Received], "h:m:s")
RETURN
IF(
    [Date and Time Accomplished]<>BLANK(),
    _tat
)
Anonymous
Not applicable

Yeyyy!! This works FreemanZ! thank you very much, God bless!

Helpful resources

Announcements
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.