I am trying to pick out a certain word in a measure I am trying to create in Power Pivot and with my unfamiliarity with DAX functions, it's throwing me off.
Hoping there are some experts on here that can help.
Below is my first attempt to find the first 8 characters in the column I am looking at, the first 8 characters being "Assembly"
This comes up with an error. Any ideas?
Hoping there are some experts on here that can help.
Below is my first attempt to find the first 8 characters in the column I am looking at, the first 8 characters being "Assembly"
Code:
=CALCULATE(COUNTROWS(defects),Defects(Defects[Cause Area Description],LEFT(8)="Assembly"))
This comes up with an error. Any ideas?