Forum Discussion
MSvante
5 years agoNew Member
Conditional formatting by a measure.
Hi Guys, I'm having issues with conditional formatting. I have made the following measure, which calculates a 30-day average on some values. The rows in the dataset for the values are coming in each ...
PaulDBrown
Community Champion
5 years agoBy the looks of it, you don't need the MAXX at all. Just leave the result to the IF expressions but change the column expressions to an aggregation ( for example SUM(KPI_Dashborpard_test [Values]) instead of the bare KPI_Dashboard_test[Values] ), and if you don't need the "4", you might aswell just leave it out of the expression (it will return BLANK () by default)