Forum Discussion
Score Card using symbols
- 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. 🙂
One more question for you if you have the time. In my scorecard I have a couple of empty points in a column due to to data for that year. I would like to fill the box in with shaded in area. How do I create that when there is no data for that line.
The 2023 measure looks like the attacheed below. I want to add a selectitem for line 2 that I don't have a measure for. Is that possible. Or do I have to create a whole new measure for this?
I understood your question as you want to show some background ground color for the empty values.
You can do the conditional formatting. (easy in few steps you can do that)
1. Select the visual
2. Select the measure name
3. Right click, and select the conditional formatting, background color.
Something like that:
(or)
In my view, no need for new measure and pretty much few steps.
For the first timers, it is overwhelming.
Check this link
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting
(or) You can watch youtube videos on this topic too.
If this is not working, you can share the .pbix file (by removing sensitie info).