Forum Discussion
Matrix conditional formatting- Blank values
- 5 years ago
Hi PBI_Rookie ,
Sorry for replying late. Did the blank value not show in the matrix? If so, you need to create a seprate table for this column, create relationships between them and create a measure to + 0 to show:
Table = DISTINCT('Specifications'[V])Measure = SUM('Table'[V]) + 0Now the conditonal format rule should work:
Attached a sample file in the below, hopes to help you.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
I tried what you suggested. I made one change from UpperLimitCheck to Lowerlimit check as that is where the null values are(in red). I'm still seeing the same issue as before with flagging a null table value. Did I miss something in your suggestion?
Thank you
- v-yingjl5 years agoCommunity Support
Hi PBI_Rookie ,
Sorry for replying late. Did the blank value not show in the matrix? If so, you need to create a seprate table for this column, create relationships between them and create a measure to + 0 to show:
Table = DISTINCT('Specifications'[V])Measure = SUM('Table'[V]) + 0Now the conditonal format rule should work:
Attached a sample file in the below, hopes to help you.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.