Forum Discussion
Conditional formatting for non-summarized item
Data source is a live-connected SSAS Tabular Model.
I have a numeric field in a table, and I'd like to conditionally format the values for that field in that table. I have two issues:
1. If I have the value set to not summarize, I can't access a conditional formatting menu.
2. The field is a GPA field. I only want to highlight values <=1.5. I can't figure out how to do anything other than change colors along the entire spectrum of values for the field.
7 Replies
- th3h0bb5Resolver II
Can you attach a picture of the visualization you're wanting?
If you're doing something like a table, just break it down to the highest level of detail. That way, each GPA value will have it's own line. You don't need to click 'don't summarize' that point and can apply conditional formatting. In the example I pasted below, each Month has it's own row in the data, so I can conditionally format the purchase values.
- jayecklesAdvocate III
Here's a screenshot. trmgpa is the field in question. As you can see, if it's set to "Don't summarize", there is no "Conditional Formatting" option. If I choose any summarization, say Average for example, then the "Conditional Formatting" option becomes available.
- th3h0bb5Resolver II
Given this visual, I don't see why you would need to click 'Don't Summarize'. Set the [trmgpa] calculation to average or sum and then apply the conditional formatting. Is there a reason that didn't work for you?