Forum Discussion
tonyc
2 years agoFrequent Visitor
SELECTEDVALUE in filter not working
why can't I reference SELECTEDVALUE in my filter? when I hardcoded is fine. Voting Entitlement = VAR selectedValue = SELECTEDVALUE('Date'[FiscalRange]) var cal = CALCULATETABLE( SU...
sevenhills
Super User
2 years agoquick check you can do, create temp measure and display the value (in the table or matrix or ...).
SELECTEDVALUE('Date'[FiscalRange])
and compare the format/value between your hard coded value vs selectedvalue(...) for FI_Details[period]