Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi Power Bi Expertise,
Need your helps on how to highlight in table for maximum test time based on specific criteria? Mean
Solved! Go to Solution.
Hi @Anonymous ,
Pls use measure like the below:
test =
IF (
MAX ( 'Table'[Test Time U] )
= CALCULATE (
MAX ( 'Table'[Test Time U] ),
FILTER (
ALL ( 'Table' ),
'Table'[Machine] = MAX ( 'Table'[Machine] )
&& 'Table'[Model Categroy] = MAX ( 'Table'[Model Categroy] )
)
),
"Red"
)
Then format:
Best Regards
Lucien
Hi @Anonymous ,
Pls use measure like the below:
test =
IF (
MAX ( 'Table'[Test Time U] )
= CALCULATE (
MAX ( 'Table'[Test Time U] ),
FILTER (
ALL ( 'Table' ),
'Table'[Machine] = MAX ( 'Table'[Machine] )
&& 'Table'[Model Categroy] = MAX ( 'Table'[Model Categroy] )
)
),
"Red"
)
Then format:
Best Regards
Lucien
Hi @Anonymous
Requirement is not clear, please describe and please share sample screenshot.
Proud to be a Super User! | |
Hi @PijushRoy ,
Thanks for your fast response. BTW, here is the example of the table, i want to highlight row that have the max test time based on machine and model. Thanks 🙂
@Anonymous
Please use Conditional Formatting logic for all column
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting
If Solved, mark as SOLUTION
Proud to be a Super User! | |
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 63 | |
| 53 | |
| 42 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 123 | |
| 105 | |
| 44 | |
| 32 | |
| 24 |