Forum Discussion
groffia
8 years agoHelper I
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