I am trying to create a Dynamic Title and coming up with errors.
My field has 2 different values
Conversion
Install
Here is my DAX Formula:
Title Combined = if(
ISFILTERED('Current'[Install Type]),
"Selected Type is " & CONCATENATEX('Current','Current'[Install Type],", "),
"Nothing Has...