Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
 
					
				
		
Hi all,
Hope someone can help me with the following.
Below is a simple table.
What I want is the following;
If the TIME_TO_COMPLETE is more than 00:20 and the MODALITY_OUT is TRUCK, the time to complete value must shown up in YELLOW.
Is there a formula to do so?
Thanks for your help!
John
Solved! Go to Solution.
@Anonymous , hope time complete is a measure the color measure
if( [TIME_TO_COMPLET] >= time(0,0,20) && [MODALITY_OUT] = "TRUCK" , "Yellow", "White")
Use in conditional formatting using field value option
[TIME_TO_COMPLET] >= 20 // if time in second and formatted as time
@Anonymous , hope time complete is a measure the color measure
if( [TIME_TO_COMPLET] >= time(0,0,20) && [MODALITY_OUT] = "TRUCK" , "Yellow", "White")
Use in conditional formatting using field value option
[TIME_TO_COMPLET] >= 20 // if time in second and formatted as time
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 85 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |