Forum Discussion
ferk_23
2 years agoFrequent Visitor
Iterate automatically trough columns (conditional formatting on matrix table)
Hi, This is the table created: I'm using the following measure to do conditional formatting: color = var _a=CALCULATE(SUM('Table'[Oct'23]),FILTER(ALL('Table'),'Table'[KPI Name]=MAX('Ta...
OguzMavice
2 years agoResolver II
Hi ferk_23 ,
The following link can solve your problem; instead of using hard coded "month name" in your sum formula; you should use previous month total sum logic.
I hope it helps you