Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
I have a utilization table and I have to conditionally format each value based on the following matrix
| Title | Target Utlization |
| Principal | 50% |
| Director | 50% |
| Manager | 50% |
| Consultant | 88% |
| Senior Consultant | 88% |
And my table looks like this;
| Title | Utilization % |
| Consultant | 82.47% |
| Consultant | 82.10% |
| Director | 20.74% |
| Director | 19.31% |
| Manager | 32.86% |
| Manager | 28.05% |
| Principal | 61.64% |
| Principal | 29.62% |
| Senior Consultant | 38.65% |
| Senior Consultant | 37.50% |
Please help
Solved! Go to Solution.
i agree more info is needed so i will make a few assumptions.
the two tables are linked by title and the title in the target table is unique.
creat a check to see if the utilization achieves the target,
i agree more info is needed so i will make a few assumptions.
the two tables are linked by title and the title in the target table is unique.
creat a check to see if the utilization achieves the target,
Hey @Anonymous ,
please provide more information what you exactly want to happen, and how the values from your table should be formatted based on what condition.
There are three states, less than, equal to, or greater than.
Another question, is there an existing relationship between both tables in your data model?
Regards,
Tom
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 |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |