Forum Discussion
mallik999
5 years agoHelper I
using SELECTEDVALUE function not able to return date value
Hi All, I am using the below DAX Query,i could not able to return required date. RS returning one date and pu returing another date,based on user selection i want show the date ,but it showing as b...
Greg_Deckler
5 years agoCommunity Champion
mallik999 This is generally caused by SELECTEDVALUE returning more than one date and if you do not have an Alternate set (last parameter) then you will get this behavior. You can test this by substituting MAXX(...), checking value and then use MINX(...). If you get a different value, there it is.