Forum Discussion
WNelson
2 years agoFrequent Visitor
Score Card using symbols
Really needing an expert on this one..... I am creating a score card that I have pulled off You Tube. I have the sample BI to copy and have benn doing great until now. I am trying to add a symbol...
- 2 years ago
I think you have % part of the text/value. Try this.
SelectItem = 12 && (VALUE( SUBSTITUTE([Classic prioritizes overall safety],"%","") ) / 100) >= 0.90
Tested:Column2 is calculated column and its syntax:
Measure syntax:
I was doing fast copy paste and has to do multiple edits in this reply. 🙂
sevenhills
2 years agoSuper User
I think you have % part of the text/value. Try this.
SelectItem = 12 && (VALUE( SUBSTITUTE([Classic prioritizes overall safety],"%","") ) / 100) >= 0.90
Tested:
Column2 is calculated column and its syntax:
Measure syntax:
I was doing fast copy paste and has to do multiple edits in this reply. 🙂
WNelson
2 years agoFrequent Visitor
You are my HERO!!!!!!! thank you so so much. This has been making me crazy. I appreciate you willingness to help.
Thank you,
Wendy