Which two are the right syntaxes to create a measure using SELECTEDVALUE() DAX function, that intends to use the dynamic value of an attribute in a visual?

courseName = "The selected course is " & SELECTEDVALUE(DIMCOURSES[COURSE],"None")

courseName = "The selected course is " & SELECTEDVALUE("Blank",DIMCOURSES[COURSE])

courseName = "The selected course is " & SELECTEDVALUE(DIMCOURSES[COURSE])

None of the above

Verified Answer
Correct Option - ac

To get all Infosys Certified Microsoft Power BI Advanced Developer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram