Forum Discussion

rawandshoraa's avatar
rawandshoraa
Frequent Visitor
4 years ago
Solved

if statement

Greetings,

i want to use if statement in power bi, but i way i'm using it, doesn't achieve the derired. 

 

i want to count the number of new orders for today. if blank return "No New Orders", if true return count(ord_num)

 

i tried to create a new column: 

no_ords = if(LEN(ords[ORD_NUM]) = 0 , 'No New Orders", count(ords[ORD_NUM]))
it returns the following error: The following syntax error occurred during parsing: Invalid token, Line 1, Offset 49, 'No Orders", count(ords[ORD_NUM])))).
 
 
Any Suggetions?? 
 
Regards 

4 Replies