Forum Discussion
Alfista1997
3 years agoFrequent Visitor
Dynamic Measure Based on Multiple Slicers
I'm looking for a way to incorporate a measure to do the following. I've got two slicers on my page one for Dealer Group and another for Dealer Number. Above my data I have a title that I'd like to b...
VijayP
Community Champion
3 years agois that value always 99999 or any other. if it is same always, youcan use that logic
if(selectedvalue(column) = 999999,selectedvalue(column), selectedvalue(othercolumn) )
- Alfista19973 years agoFrequent Visitor
No not in this case, there's thounds of values in both the Dealer Group and Dealer Name columns.