We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I have a matrix table in pbi and I want comparing for each company (LOB) which product is the max %.
Something like this:
I have a summary table where there is a column to denote by LOB and product, which is the dominant.
I'm stuck on creating the conditional format to apply as a field rule however.
would be grateful for any advice?
many thanks
Solved! Go to Solution.
Hi @melimob1 ,
If i understood well, you need to create a measure to rank the countries, something like this:
Rank =
RANKX(
ALL(financials[Country]),
[Sales Mix %],
,DESC
)
Now you can add a background color using conditional format to your % column as shown bellow:
Use these rules and click OK:
Now your result should look like this:
Hi @melimob1 ,
If i understood well, you need to create a measure to rank the countries, something like this:
Rank =
RANKX(
ALL(financials[Country]),
[Sales Mix %],
,DESC
)
Now you can add a background color using conditional format to your % column as shown bellow:
Use these rules and click OK:
Now your result should look like this:
that dear friend is a beautiful thing!!!
worked like a charm first time (I just change the field I wanted to rank against).
I can't thank you enough, finally... something was simple 😉
ps. I will post something else if I need to but in another matrix, I also need to colour code one column if the value on that row doesn't match with another colum (same row).. shall I do a new post for tracking? or is this something easy?
Happy that it worked,
If your create a post, just @me to to let me know and dont forget to show your expected results in the post.
Thank you.
hey, I got fancy also as used your rank measure just to show an icon for the top as well as colour! thank you again!
😀😀😀The sky is limit.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 40 | |
| 34 | |
| 25 |