Forum Discussion
Anonymous
7 years agoNot applicable
Using a Measure (that results in a text string) in a Filter expression
Hi All, I am using a measure that results in a text string to filter values in a column. This is my DAX code, I am using the measure [Selected Report Period 1] which results in a text string ...
parry2k
7 years agoSuper User
Anonymous based on your explanation it should work, not sure what is going on there. try changing following measure and put this measure on a KPI card to see what value you get, just to confirm you are getting selected value.
[Selected Report Period 1] =
SELECTEDVALUE('Revenue (TH)'[Report Period])