Forum Discussion
steveo2302
3 years agoFrequent Visitor
SELECTEDVALUE() not returning correct value
Hi, I have a pretty standard time intellegence calculation group. I also created a calculation item called 'variance', which is fine and gives me the correct variance %. I also have a measure wh...
amitchandak
3 years agoSuper User
steveo2302 , Change data type variance as text
or Try like
Measure 2 = SELECTEDVALUE ( 'Time Intelligence'[Name] ) & ""
steveo2302
3 years agoFrequent Visitor
Unfortunately that didnt work