Forum Discussion
Anonymous
6 years agoNot applicable
Column SORTING in Matrix Visual
Hi Everyone, I am facing an issue with the sorting of columns in Power BI Matrix visual. Problem Statement : Below is the test data set that we are using. We want to sort country column i.e....
V-lianl-msft
6 years agoCommunity Support
Hi Anonymous ,
Unfortunately, power Bi cannot sort in matrix.
As far as i konw,we can't set conditional formatting in row field, we can only set conditional formatting in value field.
You can create DAX like this and apply in conditional formatting.
Measure = IF(MAX(table[product])=C,"#ff0000")
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.