Forum Discussion

groffia's avatar
groffia
Helper I
8 years ago

DAX Function, inserting LEFT

I cannot seem to figure out how to insert a LEFT function inside of my DAX function, any help would be appreciated.

 

this is wrong:

 

=IF(COUNTROWS(Defects)LEFT("Assembly",8),true,false)

No RepliesBe the first to reply