Hi All,

I have the following table created in Tabular Editor:
z_fData

I have calculation item:
01_Measure - Selectedmeasure()

and I have a measure:
"00_PrWkLYr_Name" in which I have a text "Yr- 22 Wk-32"

I am trying to create a new calculation Item using the above as follows:
CALCULATE (
SELECTEDMEASURE (),
dCalendar[Calced_Week_Name]='z_fData'[00_PrWkLYr_Name]
)

which gives me an error;
"A function 'PLACEHOLDER' has been used in a True/False expression that is used as a table filter expression. That is not allowed."

Any help is appreciated.