Forum Discussion
Need help conditional formatting True/False values in a column with other different values.
- 5 years ago
Hi Anonymous,
Sorry, please try this.
The measure is to apply condition format as:
Could you provide details about your issue?
Best Regards,
Link
Hi Anonymous,
You need a measure as below:
Measure = SELECTEDVALUE( 'Table'[Column1] ) + 0
Then in the table visual, right click on the column field>choose conditional formatting>Background color:
Then make the setting as below:
And you will see:
Here is the demo, please try it.
Best Regards,
Link
Hi v-xulin-mstf, I was able to create the measure. However when I go to apply it to the column, I get the error that I "cannot convert value 'FALSE' of type Text to type Number. Is there another work around for this?
Also I tried to click through to the demo but it states that I do not have access to the sharepoint.
Thank you!
- v-xulin-mstf5 years ago
Community Support
Hi Anonymous,
Sorry, please try this.
The measure is to apply condition format as:
Could you provide details about your issue?
Best Regards,
Link
- Anonymous5 years agoNot applicable
Thank you! It finally worked. I need to change the data type.