Forum Discussion
Anonymous
5 years agoNot applicable
conditional background color for specific complete columns in the matrix
Hi, I want the background color for complete 3 columns in my matrix in this way as shown below where my condition would be like- if Table(percentage) = "D(75-90%)" then "yellow" and so on. But I'm n...
Anonymous
5 years agoNot applicable
I don't know why but any measure is not replacing blanks with anything, even if I add 0. Thanks for the solutions though.
PaulDBrown
Community Champion
5 years agoAnonymous
Can you show the DAX for the original measure and the + 0 measure and the result in the visual?
- Anonymous5 years agoNot applicable
Originally I'm not using any measure. I'm just using count of a column in values as you can see in the below image. So I am not able to create this measure you talked about:
no blanks measure = [your measure] + 0
- PaulDBrown5 years ago
Community Champion
Anonymous
Use a measure instead.
Count Tasks = COUNT(table[Task])
and take it from there
- Anonymous5 years agoNot applicable
No change in the result even after I add 0 to measure. Its not replacing the blank cells.