This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Is it possible to conditionally format a cell in a matrix if the column and row header data are the same. For example, in the below matrix, I want to highlight the cells where the row and the column intersect, so where the 2018-2019 Peformance Level equals the 2017-2018 Performance Level, I want to highlight that cell.
Solved! Go to Solution.
Hi @Anonymous ,
Don't know how you have your model setup but assuming that the 2018-2019 Peformance Level and 2017-2018 Performance Level are two different columns do the following:
ConditionalFormating = IF(MAX(Table[2018-2019 Peformance Level ]) = MAX(Table[017-2018 Performance Level]); 1; 0)
Should return below result:
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous ,
Don't know how you have your model setup but assuming that the 2018-2019 Peformance Level and 2017-2018 Performance Level are two different columns do the following:
ConditionalFormating = IF(MAX(Table[2018-2019 Peformance Level ]) = MAX(Table[017-2018 Performance Level]); 1; 0)
Should return below result:
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThank you. That worked perfectly!
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 23 | |
| 22 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 27 | |
| 22 | |
| 20 |