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
I wondered if you could help. I am wanting to calculate the SSRefs where the Planned Entry Time equals Delivered Entry time AND Planned Exist time equals Delivered Exit time . The fields are in time format.
I did the code below but got an error saying the following. Please can someone help.
Planned equals delivered exact =
CALCULATE(
COUNT('Procurement_Main_Data'[SSRef]),
'Procurement_Main_Data'[PlannedEntryTime]='Procurement_Main_Data'[DeliveredEntryTime] &
'Procurement_Main_Data'[PlannedExitTime]='Procurement_Main_Data'[DeliveredExitTime])
@tamerj1 @mlsx4 @pankaj_lp @Greg_Deckler
Solved! Go to Solution.
I think the following has worked:-
HI @spandy34 ,
Can you please share the screenshots for all the four columns that they have a time datatype from Power BI?
I think the following has worked:-