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
I have the matrix table like below photo
Those highlighted in yellow are my row subtotals.
Those in Blue font are my column subtotals.
Is possible to extend my highlight up to the column subtotal that I have encircled?
I tried putting background color to the column subtotal but it highlights the whole column.
Thank you in advance
Solved! Go to Solution.
Hi @mussaenda,
Please try like this:
Measure =
var a = CALCULATE(SUM('Table'[Sales]),ALLSELECTED('Table'[Segment]))
return
IF([Total Sales] = a,"RED",BLANK())
Thank you for this suggestion,
May I know where I can find this feature? On my latest version of Power BI desktop, I cannot find it. Or maybe I don't know where to find.
Hi @mussaenda ,
We need to use at least April 2020 version of Power BI Desktop to use it. You could download a latest one from: https://www.microsoft.com/en-us/download/details.aspx?id=58494.
Reference:
Finally, I found it.
Thank you @v-xuding-msft !
But what I wanted to do is only highlight the column total where there is row subtotal.
On the photo I attached before. I have highlighted the whole row subtotal. But the total of the row subtotal is what I want to highlight only.
Would that be possible?
Hi @mussaenda,
Please try like this:
Measure =
var a = CALCULATE(SUM('Table'[Sales]),ALLSELECTED('Table'[Segment]))
return
IF([Total Sales] = a,"RED",BLANK())
Check out the April 2026 Power BI update to learn about new features.
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 |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 36 | |
| 32 | |
| 25 | |
| 23 |