Forum Discussion
Conditional formatting on matrix breaks when table filtered by date
Hi amitchandak
the ranking is done in a SQL statment prior to the power bi report and the data is passed as a table into the PBI model with the rankings already complete. However, due to the necessity for the ranks to be respond to filters by date and store, i created measures for all the ranks by simply writing the measure eg MAX(SER) for each value. When I place a date filter on the matrix, this is when the conditional formatting breaks. YOu can see when i clear the filter pane, the table highlighted in red responds appropriately where lowest numbers are green and highest are red.
When i apply a date filter to the visual, it breaks the conditional formatting.
on one of the separate tables in this report you can see that it's acting appropriately and conditionally formatting even with the date filter on
just for clarity, every row measure (ser/sir/returns/giftcard/OIS/Add In/ATV/ATQ) in all these tables is set to MAX in the model. The 4 tables in this report come from two separate sql data tables, so the top two tables come from sql statement 1 and the bottom two tables come from sql statement 2.